summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2018-07-30 12:29:58 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2018-07-30 12:29:58 +0200
commit883edd8003af4f7d5edf0484584892ac221b247b (patch)
tree532635a78a6595bf9543c1c896f8e4573f8ee344
parentf2a3a6ea356dc38e79c4a025217ed8a3875cabac (diff)
downloadsqlparse-883edd8003af4f7d5edf0484584892ac221b247b.tar.gz
Rename pypy versions in travis configuration.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7901331..994a741 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,8 @@ python:
- "3.6"
- "3.7"
- "nightly"
- - "pypy2.7"
- - "pypy3.5"
+ - "pypy"
+ - "pypy3"
install:
- pip install pytest pytest-cov codecov