summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-10-23 10:59:57 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-10-23 10:59:57 -0400
commitd5e06a16e0d5af94cd296780bf62f7a0d4340d0f (patch)
tree48898da0dd20449caf6050541bf5913710e48ed1
parent6df4b982f4db2ddf04a9c4f15512584f2600b3d7 (diff)
downloadcmd2-git-d5e06a16e0d5af94cd296780bf62f7a0d4340d0f.tar.gz
Fix redundant environments in tox.ini
-rw-r--r--.appveyor.yml2
-rw-r--r--tox.ini2
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
diff --git a/tox.ini b/tox.ini
index 19f50697..ba4c38e7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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