1
0
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:
deadc0de6
2018-04-10 23:08:31 +02:00
parent a49d0c5096
commit 47ca7b0f49
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -1,3 +1,4 @@
pycodestyle; python_version >= '3.0'
nose; python_version >= '3.0'
coverage; python_version >= '3.0'
coveralls; python_version >= '3.0'