mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 17:13:59 +00:00
update requirements for tests on travis
This commit is contained in:
@@ -5,10 +5,7 @@ python:
|
|||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
install:
|
install:
|
||||||
- "pip install pep8"
|
- "pip install -r tests-requirements.txt"
|
||||||
- "pip install nose"
|
|
||||||
- "pip install coverage"
|
|
||||||
- "pip install coveralls"
|
|
||||||
- "pip install -r requirements.txt"
|
- "pip install -r requirements.txt"
|
||||||
script:
|
script:
|
||||||
./tests.sh
|
./tests.sh
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
pycodestyle; python_version >= '3.0'
|
pycodestyle; python_version >= '3.0'
|
||||||
nose; python_version >= '3.0'
|
nose; python_version >= '3.0'
|
||||||
coverage; python_version >= '3.0'
|
coverage; python_version >= '3.0'
|
||||||
|
coveralls; python_version >= '3.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user