bring Python current in Travis (#116)

This commit is contained in:
Gábor Lipták 2021-08-24 12:15:42 -04:00 committed by GitHub
parent 4e150ba342
commit 70e282d778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,10 @@ os:
- linux
# - osx # travis doesn't appear to support python on OSX as of right now...
python:
- '2.7'
- '3.4'
- '3.5'
- '3.5-dev'
- '3.6'
- '3.6-dev'
- '3.7-dev'
- '3.7'
- '3.8'
- '3.9'
- 'nightly'
install:
- pip install -e .