Skip to content

Commit 539a7e6

Browse files
committed
Bump version of pypy3
Seems to be required for later versions of pip: travis-ci/travis-ci#6727
1 parent f05ec4e commit 539a7e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
- TOXENV=py33
1313
- TOXENV=py34
1414
- TOXENV=pypy
15-
- TOXENV=pypy3
15+
- TOXENV=pypy3.3-5.2-alpha1
1616
- TOXENV=cover
1717

1818
install:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py27,pypy,py33,py34,py35,pypy3,cover,docs
3+
py27,pypy,py33,py34,py35,pypy3.3-5.2-alpha1,cover,docs
44

55
[testenv]
66
commands =

0 commit comments

Comments
 (0)