Commit cfe2945f authored by olivier R-D's avatar olivier R-D

fix travis tests

parent ca6e2dea
...@@ -12,4 +12,4 @@ install: ...@@ -12,4 +12,4 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then pip install trollius ; fi - if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then pip install trollius ; fi
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then pip install enum34 ; fi - if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then pip install enum34 ; fi
# command to run tests # command to run tests
script: python tests.py script: ./run-tests.py
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