mirror of
https://github.com/pythad/nider.git
synced 2021-10-12 02:31:02 +03:00
Took into account the DeprecationWarning by Travis CI
This commit is contained in:
@@ -19,4 +19,4 @@ python:
|
||||
- 3.8
|
||||
- 3.7
|
||||
- 3.6
|
||||
script: python setup.py test
|
||||
script: tox
|
||||
|
||||
2
tox.ini
2
tox.ini
@@ -19,7 +19,7 @@ ignore=E501,F401,F841,W504
|
||||
setenv =
|
||||
PYTHONPATH = {toxinidir}
|
||||
deps =
|
||||
commands = python -m unittest discover
|
||||
commands = python setup.py test
|
||||
|
||||
; If you want to make tox run the tests with the same versions, create a
|
||||
; requirements.txt with the pinned versions and uncomment the following lines:
|
||||
|
||||
Reference in New Issue
Block a user