Add nightly Python build for Travis CI
authorHarmon <Harmon758@gmail.com>
Mon, 17 Feb 2020 20:37:19 +0000 (14:37 -0600)
committerHarmon <Harmon758@gmail.com>
Mon, 17 Feb 2020 20:37:19 +0000 (14:37 -0600)
.travis.yml

index 9095cf43352ee4500eb1f1b9036648a4bf991705..984be572c8f53817c37b9421818838bdb9baea77 100644 (file)
@@ -7,8 +7,11 @@ python:
 - '3.6'
 - '3.7'
 - '3.8'
+- 'nightly'
 
 matrix:
+  allow_failures:
+    - python: 'nightly'
   fast_finish: true
 
 env: