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