diff options
| author | Hugo Osvaldo Barrera <hugo@barrera.io> | 2017-06-04 13:20:17 -0300 |
|---|---|---|
| committer | Hugo Osvaldo Barrera <hugo@barrera.io> | 2017-07-14 11:42:32 -0300 |
| commit | e1b6fb7444f270d9209d4e2b3ebe48f03bacf309 (patch) | |
| tree | 0914b49ae5980d5254c46ca0557f6b69c355c41f | |
| parent | af8ea2e8099b318d066684fbcf2af70871659f9b (diff) | |
| download | python-requests-e1b6fb7444f270d9209d4e2b3ebe48f03bacf309.tar.gz | |
Keep an eye open on forward-compatibility
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4c64b1ea..20075db2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ python: # - "3.7-dev" # - "pypy" -- appears to hang # - "pypy3" +matrix: + allow_failures: + - python: 3.7-dev # command to install dependencies install: "make" # command to run tests |
