Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
have Travis test using Python 3.6 instead of 3.7
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