summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2014-05-11 20:00:00 +0200
committerAlessio Sergi <al3hex@gmail.com>2014-05-11 20:00:00 +0200
commit8d895f1845c198d0737c65489d7573fb087a4ca2 (patch)
tree438a266177acb1d42630959944af2e89252404ed /.travis.yml
parente0d9302fe73cb77aa21082b76c4a70a09946a91d (diff)
Add Python 3.4 support
Add Python 3.4 to .travis.yml.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dafc1685..b7981a23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
+ - "3.4"
install:
- pip install -r requirements.txt --use-mirrors
script: python setup.py install