Using pytest from now on

This commit is contained in:
Sergey Petrov
2019-06-02 19:39:40 +03:00
parent fbcf36f955
commit be7438a653
9 changed files with 207 additions and 230 deletions
+3 -5
View File
@@ -1,11 +1,9 @@
[tox]
envlist = py27, py35, py36, py37
envlist = py35, py36, py37
[testenv]
commands = nosetests []
commands = pytest {posargs}
deps =
nose
-rrequirements-dev.txt
extras = tests
usedevelop=True