summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-10-06 11:31:22 -0700
committerIrina Truong <i.chernyavska@gmail.com>2017-10-06 11:31:22 -0700
commitd698a330206835e9d7f04f3a72f37e392463d630 (patch)
tree9be826e5659547266a9f662d62d274e76afaf4f7
parenta74955ea9abcfe92cf1bbf07df2c378e914cc6bf (diff)
Switch travis to requirements-dev.
-rw-r--r--.travis.yml4
-rw-r--r--requirements-dev.txt5
2 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 769f179c..68eb3812 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 6d362d1f..1d97ff6e 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -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