aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 579a63f1..ae242849 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ notifications:
dist: trusty
sudo: true
install:
- - "pip install six nose nose-cov pep8"
+ - "pip install -r requirements.txt"
- "python setup.py install"
script:
- "pep8 sos"