Skip to content

Commit 7274f12

Browse files
authored
added env cover/py27
1 parent 43efa76 commit 7274f12

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ matrix:
3434
sudo: true
3535
env: TOXENV=py38
3636
arch: ppc64le
37+
- python: 2.7
38+
dist: xenial
39+
sudo: true
40+
env: TOXENV=py27
41+
arch: ppc64le
42+
- python: 3.8
43+
dist: xenial
44+
sudo: true
45+
env: TOXENV=cover
46+
arch: ppc64le
3747

3848
env:
3949
- TOXENV=py27

0 commit comments

Comments
 (0)