diff options
author | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2016-11-18 07:45:07 -0500 |
---|---|---|
committer | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2016-11-18 07:45:07 -0500 |
commit | ca2143380fccf20e4815656e34677a67d85cea84 (patch) | |
tree | be18b8b2c608c17aa06d09892272766acbdda659 | |
parent | 3b1cf729beb16028422622aac6ba6a872946ad61 (diff) | |
download | gerbonara-ca2143380fccf20e4815656e34677a67d85cea84.tar.gz gerbonara-ca2143380fccf20e4815656e34677a67d85cea84.tar.bz2 gerbonara-ca2143380fccf20e4815656e34677a67d85cea84.zip |
Add python3.5 to CI test versions
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2deada8..b8cf3d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.7"
- "3.3"
- "3.4"
+ - "3.5"
# command to install dependencies
install:
|