Commit 663977f2 authored by Jason Madden's avatar Jason Madden

Only run full non-lint tests once.

parent 4c093aab
......@@ -18,7 +18,7 @@ install:
- travis_retry pip install -U tox cython greenlet pep8 pyflakes
- travis_retry python setup.py develop
script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' && LINT == true ]]; then make travis_test_linters; else make toxtest; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' && $LINT == true ]]; then make travis_test_linters; elif [[$LINT == false]]; then make toxtest; fi
notifications:
email: false
cache: pip
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