summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Myint <git@stevenmyint.com>2014-04-30 06:07:47 -0700
committerSteven Myint <git@stevenmyint.com>2014-04-30 06:07:47 -0700
commited84e6e2f2a7336f8766998b23bbb4359cf9ed7f (patch)
treeff7a5600b1de792e4dd0ec3c4136557d85f495d5
parent7e1ed2b7ff57c787ef63f41487b31fe6ff08c1cf (diff)
downloadpyflakes-ed84e6e2f2a7336f8766998b23bbb4359cf9ed7f.tar.gz
Test Python 3.4 on Travis CI
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0073b03..350fa1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- 2.7
- 3.2
- 3.3
+ - 3.4
- pypy
install:
- pip install flake8==2.1.0 pep8==1.5.6