diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-03-12 17:21:11 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-03-12 17:42:04 -0700 |
commit | ec29ac501f0b186ac95a9ac61838fb258ce1f58b (patch) | |
tree | 3cd4f414807ec1149ac28735ba00cdeb0c2d5967 | |
parent | fa29bd8446c8eab237f5187d28787727b4610516 (diff) |
Screen off dev version of Python from test matrix
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bb0ed5ab..2819eb20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,10 @@ python: - "3.6" - "3.7-dev" - "pypy-5.6.0" +matrix: + allow_failures: + - python: "3.7-dev" + - python: "pypy-5.6.0" install: # Ensure modern pip/etc on Python 3.3 workers (not sure WTF, but, eh) - pip install pip==9.0.1 setuptools==36.6.0 |