summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzax <zach.smith@makespace.com>2015-11-01 16:31:47 -0500
committerzax <zach.smith@makespace.com>2015-11-01 16:31:47 -0500
commite4ac70d1ced35c7c7ca42956111e3942869fcb7c (patch)
tree1e6a59cb3534225ce9ff78982eaa7cf2282ef168
parentbb06319498e46635b4177d92e61928d4c6c45e25 (diff)
downloadpycco-e4ac70d1ced35c7c7ca42956111e3942869fcb7c.tar.gz
Python 3.4 in CI
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bfbe563..8aa7660 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: python
python:
- '2.7'
+ - '3.4'
install:
- 'pip install -r requirements.txt'
- 'pip install -r requirements.test.txt'