diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-10 15:40:32 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-10-10 15:40:32 -0700 |
commit | 2ffbd2f94c7c946d8f480191e086bc503cf2e1b7 (patch) | |
tree | d69fe561c093626336ec0af0bf4a746509059807 /.travis.yml | |
parent | 5fd5cfb0b176af6740f141abfb9291ef7a5d9618 (diff) |
This has been broken since it went in :( the test would never normally pass otherwise...
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0e46ec84..89bb4444 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,7 @@ cache: directories: - $HOME/.cache/pip python: - - "2.6" - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" |