summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2014-05-01 14:08:12 +0200
committerJonas Borgström <jonas@borgstrom.se>2014-05-01 14:08:12 +0200
commitc90c6c9e9df8dfdcb88ef9992a5b36d10c12ca32 (patch)
tree3734ee0379f4d40c0714925c560c98f48ff627b5 /.travis.yml
parentc502481d5eba549e87251d6b46bc7de2352dda83 (diff)
travis: Enable python 3.4
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 954b2864c..7e3471b11 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: python
python:
- "3.2"
- "3.3"
+ - "3.4"
# command to install dependencies
install:
- "sudo apt-get install -y libacl1-dev"