Browse Source

Various fixes for test running

Fix #1199
pull/1204/merge
Markus Unterwaditzer 10 years ago
parent
commit
7169f44d88
  1. 2
      .travis.yml
  2. 2
      Makefile

2
.travis.yml

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

2
Makefile

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

Loading…
Cancel
Save