aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-09-14 13:41:00 +0800
committerZhiming Wang <zmwangx@gmail.com>2015-09-14 13:41:00 +0800
commit1b9d4d4b8f46d8eb925b0a2822b77871e0e78051 (patch)
tree6562a610c81f6b10798862ebbf00467332648ef8 /.travis.yml
parentcecce6bbde6710da5a901e17120a67c4d4b8b49b (diff)
downloadmy_new_personal_website-1b9d4d4b8f46d8eb925b0a2822b77871e0e78051.tar.xz
my_new_personal_website-1b9d4d4b8f46d8eb925b0a2822b77871e0e78051.zip
Add Python 3.5 support
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 7633d378..21cc9bb0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ branches:
language: python
python:
- "3.4"
+ - "3.5"
before_install:
- sudo add-apt-repository -y ppa:kalakris/cmake
- sudo apt-get update