# HG changeset patch # User Hugo <hugovk@users.noreply.github.com> # Date 1398851060 -10800 # Wed Apr 30 12:44:20 2014 +0300 # Node ID 0fb43bdc9e5320c40af3ccfc5946ab9f30703f8c # Parent 228952258d81c04bdc7115f711346707a4b2e9d6 Travis CI now has Python 3.4 http://blog.travis-ci.com/2014-04-28-upcoming-build-environment-updates/ diff --git a/.travis.yml b/.travis.yml --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ - "2.6" - "2.7" - "3.3" + - "3.4" - "pypy" script: - python setup.py build_ext -i