summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Myint <git@stevenmyint.com>2015-07-14 07:51:18 -0700
committerSteven Myint <git@stevenmyint.com>2015-07-14 07:51:18 -0700
commit63d4a1e548a290036d9672006ce2c2d661b563ef (patch)
tree4a607556f9f97bf3473829437e0c67412a79ec24
parentbf62d389bdbe2085f765f648de536eb44979e448 (diff)
downloadpyflakes-nightly.tar.gz
Test "nightly" version of Pythonnightly
This allows us to test the Python 3.5 related changes I made previously.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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