Various fixes for test running

Fix #1199
This commit is contained in:
Markus Unterwaditzer 2014-10-08 23:12:18 +02:00
parent 97dc687793
commit 7169f44d88
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ matrix:
install:
- pip install hg+https://bitbucket.org/hpk42/tox
- pip install tox>=1.8
script:
- tox -e \

View file

@ -3,7 +3,7 @@
all: clean-pyc test
test:
py.test
py.test tests examples
tox-test:
tox