Skip to content

Commit 4744796

Browse files
authored
Merge pull request #5437 from asottile/reenable_pypy3
re-enable pypy3
2 parents 40c5a9d + f586d62 commit 4744796

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- env: TOXENV=py37
3535
python: '3.7'
3636

37+
# Coverage tracking is slow with pypy, skip it.
38+
- env: TOXENV=pypy3-xdist
39+
python: 'pypy3'
40+
3741
- env: TOXENV=py35-xdist
3842
python: '3.5'
3943

0 commit comments

Comments
 (0)