diff options
author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-27 22:56:43 -0400 |
---|---|---|
committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-27 22:56:43 -0400 |
commit | 2758b8b0f029abb9166eb1f124dcabe1bd35e949 (patch) | |
tree | 46f4dfef136e47c31aa412495b7f60c9a7b03e01 | |
parent | 6746b2540dbf4f7a1389b499f2fd1fe3fca6d854 (diff) | |
download | python-requests-faster-ci.tar.gz |
improve speed of travis-cifaster-ci
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e456e0cd..4617621c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - "3.4" - "3.5" - "3.6" - - "3.7-dev" + # - "3.7-dev" # - "pypy" -- appears to hang # - "pypy3" # command to install dependencies |