Commit 4021f3e7 authored by Jason Madden's avatar Jason Madden

Add Python 3.4 to test set. Fixes #408. Fixes #487.

parent dbe77ded
......@@ -3,6 +3,7 @@ python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
script:
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then NWORKERS=4 PYTHON=pypy make travis_pypy; fi
......
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