Update dev requirement installation
Also cleanup travis installation
Showing
3 changed files
with
9 additions
and
8 deletions
... | @@ -4,8 +4,8 @@ python: | ... | @@ -4,8 +4,8 @@ python: |
4 | - "3.3" | 4 | - "3.3" |
5 | - "3.4" | 5 | - "3.4" |
6 | - "3.5" | 6 | - "3.5" |
7 | +cache: pip | ||
7 | install: | 8 | install: |
8 | - - pip install -r requirements.txt | 9 | + - pip install -r requirements-dev.txt |
9 | - - pip install coverage python-coveralls | ||
10 | script: nosetests tests/unit --cover-erase --with-coverage --cover-package kappa | 10 | script: nosetests tests/unit --cover-erase --with-coverage --cover-package kappa |
11 | after_success: coveralls | 11 | after_success: coveralls | ... | ... |
-
Please register or login to post a comment