diff options
-rw-r--r-- | .appveyor.yml | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 91f45824..ccda7e25 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,4 +4,4 @@ install: build: off test_script: - - python -m tox -e py35-win,py36-win,py37-win + - python -m tox -e py35,py36,py37 @@ -1,5 +1,5 @@ [tox] -envlist = docs,py34,py35,py36,py37,py35-win,py36-win,py37-win +envlist = docs,py34,py35,py36,py37 [pytest] testpaths = tests |