1
0
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:
AndrewPolukhin
2020-08-12 21:47:03 +03:00
parent cc8d5da26a
commit abeaa4a13f
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,4 @@ python:
- 3.8
- 3.7
- 3.6
script: python setup.py test
script: tox

View File

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