aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-12-31 14:27:41 -0800
committerZhiming Wang <zmwangx@gmail.com>2015-12-31 14:27:41 -0800
commit58ce8be74a1e3fe5a6e71e75d62028516a9f239c (patch)
tree70246b6b522599a3a2132952387bd5cd674bde19 /.travis.yml
parent0fc58b856feaa0ea0972ff8681b275fa783f84b8 (diff)
downloadmy_new_personal_website-58ce8be74a1e3fe5a6e71e75d62028516a9f239c.tar.xz
my_new_personal_website-58ce8be74a1e3fe5a6e71e75d62028516a9f239c.zip
.travis.yml: Add Python nightly to test matrix, allowing failure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 21cc9bb0..022258b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,9 @@ language: python
python:
- "3.4"
- "3.5"
+matrix:
+ allow_failures:
+ - python: "nightly"
before_install:
- sudo add-apt-repository -y ppa:kalakris/cmake
- sudo apt-get update