diff options
author | zax <zach.smith@makespace.com> | 2015-11-01 16:31:47 -0500 |
---|---|---|
committer | zax <zach.smith@makespace.com> | 2015-11-01 16:31:47 -0500 |
commit | e4ac70d1ced35c7c7ca42956111e3942869fcb7c (patch) | |
tree | 1e6a59cb3534225ce9ff78982eaa7cf2282ef168 | |
parent | bb06319498e46635b4177d92e61928d4c6c45e25 (diff) | |
download | pycco-e4ac70d1ced35c7c7ca42956111e3942869fcb7c.tar.gz |
Python 3.4 in CI
-rw-r--r-- | .travis.yml | 1 |
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' |