diff options
author | Free Ekanayaka <free@ekanayaka.io> | 2017-03-27 08:54:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 08:54:36 +0200 |
commit | bd41451390515320772b5524b9c6b2621baaa6b0 (patch) | |
tree | 29641f64027a08a923ad7a20951203dcd496f46a | |
parent | 280ffc07f328b3c2b2a89250b46bd9bae0ebd8fa (diff) | |
download | testrepository-git-bd41451390515320772b5524b9c6b2621baaa6b0.tar.gz |
Bump pypy3
Our dependencies now require > 3.3.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f15081f..9f4ec7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ python: - "2.7" - "3.3" - "3.4" - - pypy - - pypy3 + - "pypy" + - "pypy3.3-5.2-alpha1" matrix: include: # Travis nightly look to be 3.5.0a4, b3 is out and the syntax error we see |