Skip to content

Commit cb77938

Browse files
committed
Add '-win' factor in tox so one can test on Windows and non-Windows in the same checkout, but have separate environments for Windows.
1 parent 484c0ba commit cb77938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
# Coverage is missing on later version of Python
3-
envlist = {py27,py35,py36,py37,py38,py39}{,-cov,-diffcov},qa,docs
3+
envlist = {py27,py35,py36,py37,py38,py39}{,-cov,-diffcov,-win},qa,docs
44
skip_missing_interpreters = True
55

66

0 commit comments

Comments
 (0)