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: install:
- pip install hg+https://bitbucket.org/hpk42/tox - pip install tox>=1.8
script: script:
- tox -e \ - tox -e \

2
Makefile

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

Loading…
Cancel
Save