Merge pull request #1760 from Kodiologist/py37-testing
Test Python 3.7 on Travis
This commit is contained in:
commit
95d1747c71
@ -1,11 +1,13 @@
|
||||
sudo: false
|
||||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- pypy
|
||||
- pypy3
|
||||
- "3.7"
|
||||
- pypy2.7-6.0
|
||||
- pypy3.5-6.0
|
||||
install:
|
||||
- pip install -r requirements-travis.txt
|
||||
- pip install -e .
|
||||
|
Loading…
Reference in New Issue
Block a user