Skip to content

Commit 2cc1b90

Browse files
authored
Merge pull request #588 from python-cmd2/tox_redundant
Fix redundant environments in tox.ini
2 parents 6df4b98 + d5e06a1 commit 2cc1b90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ install:
44
build: off
55

66
test_script:
7-
- python -m tox -e py35-win,py36-win,py37-win
7+
- python -m tox -e py35,py36,py37

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = docs,py34,py35,py36,py37,py35-win,py36-win,py37-win
2+
envlist = docs,py34,py35,py36,py37
33

44
[pytest]
55
testpaths = tests

0 commit comments

Comments
 (0)