Use tox instead of pytest-runner

This commit is contained in:
Jason R. Coombs
2016-09-22 10:50:07 -05:00
parent 03c1cc8684
commit 750a2b3896
6 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[pytest]
norecursedirs=*.egg .eggs dist build
norecursedirs=dist build .tox
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS