summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-10-23 11:09:14 -0400
committerGitHub <noreply@github.com>2018-10-23 11:09:14 -0400
commit2cc1b90eba33fae1bf8d06a49bb9f64b662569ad (patch)
tree48898da0dd20449caf6050541bf5913710e48ed1 /tox.ini
parent6df4b982f4db2ddf04a9c4f15512584f2600b3d7 (diff)
parentd5e06a16e0d5af94cd296780bf62f7a0d4340d0f (diff)
downloadcmd2-git-2cc1b90eba33fae1bf8d06a49bb9f64b662569ad.tar.gz
Merge pull request #588 from python-cmd2/tox_redundant
Fix redundant environments in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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