diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0b5672cb..022824f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,10 @@ python: - 2.7 - 3.2 - 3.3 + - 3.4 - pypy # command to run tests script: - python setup.py test - python setup.py ptr - - python ez_setup.py --version 3.0.2 + - python ez_setup.py --version 3.5.1 |