summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-30 15:54:23 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-30 15:54:23 +0200
commitb9ce8420907cafa663bc2cb2ef3a7fbfab2cdc0d (patch)
treeff7a5600b1de792e4dd0ec3c4136557d85f495d5
parent7e1ed2b7ff57c787ef63f41487b31fe6ff08c1cf (diff)
parented84e6e2f2a7336f8766998b23bbb4359cf9ed7f (diff)
downloadpyflakes-b9ce8420907cafa663bc2cb2ef3a7fbfab2cdc0d.tar.gz
Merge pull request #5 from myint/patch-1
Add Python 3.4 to .travis.yml
-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