fix: Python version in Travis

pull/157/head
Alexandre Dulaunoy 2018-01-30 12:13:00 +01:00
parent f29515f86c
commit 545589373c
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ python:
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "nightly"
- "3.7"
- "3.7-dev"
install:
- pip install -U nose codecov pytest