From 63d4a1e548a290036d9672006ce2c2d661b563ef Mon Sep 17 00:00:00 2001 From: Steven Myint Date: Tue, 14 Jul 2015 07:51:18 -0700 Subject: Test "nightly" version of Python This allows us to test the Python 3.5 related changes I made previously. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3c28bc3..6070070 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - 3.2 - 3.3 - 3.4 + - nightly - pypy install: - pip install flake8==2.1.0 pep8==1.5.6 -- cgit v1.2.1