Commit c24f612e authored by Jason Madden's avatar Jason Madden

ares is not available under pypy

parent 1488954c
...@@ -17,7 +17,7 @@ install: ...@@ -17,7 +17,7 @@ install:
# disables the cache. # disables the cache.
- travis_retry pip install -U tox cython greenlet pep8 pyflakes - travis_retry pip install -U tox cython greenlet pep8 pyflakes
script: script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' && $LINT == true ]]; then python setup.py develop && make travis_test_linters; elif [[ $LINT == false ]]; then python setup.py develop && make fulltoxtest; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.7' && $LINT == true ]]; then python setup.py develop && make travis_test_linters; elif [[ $LINT == false && $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then python setup.py develop && make toxtest; elif [[ $LINT == false ]]; then python setup.py develop && make fulltoxtest; fi
notifications: notifications:
email: false email: false
# cache: pip seems not to work # cache: pip seems not to work
......
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