Skip to content

Commit

Permalink
have Travis test using Python 3.6 instead of 3.7
Browse files Browse the repository at this point in the history
Attempting to use Python 3.7 showed this error:

3.7 is not installed; attempting download
Downloading archive: https://s3.amazonaws.com/travis-python-archives/binaries/ubuntu/14.04/x86_64/python-3.7.tar.bz2
$ curl -sSf -o python-3.7.tar.bz2 ${archive_url}
curl: (22) The requested URL returned error: 403 Forbidden
Unable to download 3.7 archive. The archive may not exist. Please consider a different version.
  • Loading branch information
pdurbin committed Aug 23, 2018
1 parent 8f9cf48 commit ce566f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "2.7"
- "3.7"
- "3.6"
script:
- python test.py

0 comments on commit ce566f0

Please sign in to comment.