diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-12-31 14:27:41 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-12-31 14:27:41 -0800 |
commit | 58ce8be74a1e3fe5a6e71e75d62028516a9f239c (patch) | |
tree | 70246b6b522599a3a2132952387bd5cd674bde19 | |
parent | 0fc58b856feaa0ea0972ff8681b275fa783f84b8 (diff) | |
download | my_new_personal_website-58ce8be74a1e3fe5a6e71e75d62028516a9f239c.tar.xz my_new_personal_website-58ce8be74a1e3fe5a6e71e75d62028516a9f239c.zip |
.travis.yml: Add Python nightly to test matrix, allowing failure
-rw-r--r-- | .travis.yml | 3 |
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 |