Commit 9e6cd096 authored by Jason Madden's avatar Jason Madden

whitespace is signicant.

parent 663977f2
......@@ -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; elif [[$LINT == false]]; then 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