diff options
| author | Victor Uriarte <victor.m.uriarte@intel.com> | 2017-01-10 19:26:27 -0700 |
|---|---|---|
| committer | Victor Uriarte <victor.m.uriarte@intel.com> | 2017-01-10 19:26:27 -0700 |
| commit | 80b4c6f1bf4132df7ecffe83addbddbaed324bed (patch) | |
| tree | 1d294d808b46faeafc343398282bc9c771b7f89c /tox.ini | |
| parent | 58fae0db7c38382a9a96187213169f7b474d62ff (diff) | |
| download | sqlparse-80b4c6f1bf4132df7ecffe83addbddbaed324bed.tar.gz | |
Fix pypy testing on Travis
pip dropped support for py32 which was making pypy3 fail
https://github.com/travis-ci/travis-ci/issues/6277
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ envlist = py35, py36, py37, - pypy, - pypy3, + pypy_54, + pypy33, flake8 [testenv] |
