1
0
Fork 0

Switch travis to requirements-dev.

This commit is contained in:
Irina Truong 2017-10-06 11:31:22 -07:00
parent a74955ea9a
commit d698a33020
2 changed files with 6 additions and 3 deletions

View File

@ -7,8 +7,8 @@ python:
- "3.6"
install:
- pip install . docutils pytest mock codecov==1.5.1 behave pexpect==3.3 retrying>=1.3.3
- pip install git+https://github.com/hayd/pep8radius.git
- pip install .
- pip install -r requirements-dev.txt
script:
- set -e

View File

@ -4,6 +4,9 @@ tox>=1.9.2
behave>=1.2.4
pexpect==3.3
coverage==4.3.4
pep8radius>=0.9.2
codecov>=1.5.1
docutils>=0.13.1
retrying>=1.3.3
# we want the latest possible version of pep8radius
git+https://github.com/hayd/pep8radius.git