Skip to content

Commit 731db3f

Browse files
authored
matrix * 2?
1 parent e9cb0e9 commit 731db3f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ dist: xenial # required for Python >= 3.7
22
language: python
33
python:
44
- "pypy"
5-
- pypy3
6-
- 3.7
5+
- "pypy3"
6+
- "3.7"
77
- "3.6"
88
- "3.5"
99
- "2.7"
@@ -18,6 +18,11 @@ env:
1818
- TOXENV=base
1919
- TOXENV=six19-optional
2020

21+
matrix:
22+
include:
23+
- python: pypy
24+
dist: trusty
25+
2126
install:
2227
- pip install tox codecov
2328

0 commit comments

Comments
 (0)