diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2fbf701..51cba9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |