1
0
Fork 0

Pinned pexpect to 3.3. Updated tox with pgspecial.

This commit is contained in:
Iryna Cherniavska 2015-10-05 14:18:44 -07:00
parent 08347934c4
commit 1932705258
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ python:
- "3.4"
install:
- pip install . pytest mock codecov behave pexpect
- pip install . pytest mock codecov behave pexpect==3.3
script:
- coverage run --source pgcli -m py.test

View File

@ -2,4 +2,4 @@ pytest>=2.7.0
mock>=1.0.1
tox>=1.9.2
behave>=1.2.4
pexpect>=3.3
pexpect==3.3

View File

@ -3,4 +3,5 @@ envlist = py26, py27, py33, py34
[testenv]
deps = pytest
mock
pgspecial
commands = py.test