allow tox to skip missing interpreters

This commit is contained in:
Chris Dent 2016-03-24 13:28:08 +00:00
parent 615383062c
commit 1214334f43
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ docs:
cd docs ; $(MAKE) html
test:
tox
tox --skip-missing-interpreters
dist: test
python setup.py sdist