diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-11-08 12:40:15 +0000 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-03-18 02:12:27 +0000 |
| commit | d6307c1a9654df3ecfaa2c10fa4ae68c2084a399 (patch) | |
| tree | f20b57e8cfe7de28c769f87be5e28e05b44ce01d | |
| parent | b0bbaf13007eadbf4dc27710dab59112f81a1d04 (diff) | |
| download | psycopg2-d6307c1a9654df3ecfaa2c10fa4ae68c2084a399.tar.gz | |
Added Python 3.7 to the test grid
Also in install the docker pull seems redundant as the other image works
as well. I might be wrong...
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f0f4212..7800fd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ env: install: - sudo scripts/travis_prepare.sh - - docker pull piro/manypython_i686 script: - docker run --rm -v `pwd`:/psycopg2 |
