Merge pull request #1760 from Kodiologist/py37-testing

Test Python 3.7 on Travis
This commit is contained in:
Kodi Arfer 2019-04-08 14:14:53 -04:00 committed by GitHub
commit 95d1747c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,13 @@
sudo: false sudo: false
dist: xenial
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.5" - "3.5"
- "3.6" - "3.6"
- pypy - "3.7"
- pypy3 - pypy2.7-6.0
- pypy3.5-6.0
install: install:
- pip install -r requirements-travis.txt - pip install -r requirements-travis.txt
- pip install -e . - pip install -e .