Skip to content

Commit ca7815f

Browse files
committed
Change pypy to pypy3 in travis config
1 parent 0710e42 commit ca7815f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55
- "3.3"
66
- "3.4"
77
- "3.5"
8-
- "pypy"
8+
- "pypy3"
99

1010
install:
1111
- pip install --quiet requests responses

0 commit comments

Comments
 (0)