8000 Added pypy3 to the build matrix · drinkingjava/python-versioneer@fa2a81f · GitHub
[go: up one dir, main page]

Skip to content

Commit fa2a81f

Browse files
author
Omer Katz
committed
Added pypy3 to the build matrix
Also used travis_retry when using pip in order to avoid build failures due to network problems.
1 parent dfdbbe9 commit fa2a81f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ python:
66
- "3.3"
77
- "3.4"
88
- "pypy"
9+
- "pypy3"
910
install:
10-
- pip install pyflakes
11+
- travis_retry pip install pyflakes
1112
before_script:
1213
- git config --global user.email "foo@example.com"
1314
- git config --global user.name "foo"

0 commit comments

Comments
 (0)
0