Commit caca1370 authored by Hanno Schlichting's avatar Hanno Schlichting

travis: more tweaks

parent d4b4a065
......@@ -13,7 +13,11 @@ notifications:
email:
- hanno@hannosch.eu
script:
install:
- dpkg -l
- deactivate
- /usr/bin/python$TRAVIS_PYTHON_VERSION dev.py
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then /usr/bin/pypy dev.py; fi
- if [[ $TRAVIS_PYTHON_VERSION <> 'pypy' ]]; then /usr/bin/python$TRAVIS_PYTHON_VERSION dev.py; fi
script:
- bin/test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment