allow tox to skip missing interpreters
This commit is contained in:
parent
615383062c
commit
1214334f43
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ docs:
|
||||
cd docs ; $(MAKE) html
|
||||
|
||||
test:
|
||||
tox
|
||||
tox --skip-missing-interpreters
|
||||
|
||||
dist: test
|
||||
python setup.py sdist
|
||||
|
Loading…
x
Reference in New Issue
Block a user