Skip to content

Commit 8ea6a20

Browse files
authored
Skip missing interpreters in tox.ini
1 parent a98151e commit 8ea6a20

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

tox.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py35, py36, py37, py38, doc
7+
envlist =
8+
py{27,35,36,37,38,py,py3}, doc
9+
skip_missing_interpreters =
10+
True
811

912
[testenv]
1013
deps =
@@ -19,7 +22,8 @@ deps =
1922
# requires a Compiler and the build dependencies), you can download
2023
# it from http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml and install it via
2124
# $PYTHONDIR\Scripts\pip.exe install *.whl
22-
sitepackages=True
25+
sitepackages=
26+
True
2327
commands =
2428
pip install -r requirements.txt -e ".[test]"
2529
py.test

0 commit comments

Comments
 (0)