Merge pull request #715 from hroncok/py37

Travis CI: Run tests on Python 3.7
This commit is contained in:
Daniele Varrazzo 2018-05-18 12:07:03 +01:00 committed by GitHub
commit 548e281350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,14 @@ language: python
python:
- 2.7
- 3.7-dev
- 3.6
- 3.5
- 3.4
install:
- python setup.py install
- pip install -U pip setuptools wheel
- pip install .
- rm -rf psycopg2.egg-info
- sudo scripts/travis_prepare.sh