Test on Python 3.4 on Travis, too.

main
Vincent Driessen 11 years ago
parent 3de8a47f06
commit db37d8b326

@ -5,6 +5,7 @@ python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install -r py26-requirements.txt; fi

Loading…
Cancel
Save