mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
Travis CI: Run tests on Python 3.7
Also, switch to wheel, because eggs caused problems on 3.7: ValueError: bad marshal data (unknown type code)
This commit is contained in:
parent
90b26c3e23
commit
b52ff10153
|
@ -6,12 +6,14 @@ language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
- 3.7-dev
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.4
|
- 3.4
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- python setup.py install
|
- pip install -U pip setuptools wheel
|
||||||
|
- pip install .
|
||||||
- rm -rf psycopg2.egg-info
|
- rm -rf psycopg2.egg-info
|
||||||
- sudo scripts/travis_prepare.sh
|
- sudo scripts/travis_prepare.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user