summaryrefslogtreecommitdiffstats
path: root/.travis.yml
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 /.travis.yml
parenta74955ea9abcfe92cf1bbf07df2c378e914cc6bf (diff)
Switch travis to requirements-dev.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 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