Skip to content

Commit dc0b34a

Browse files
committed
Modified travis.yml
1 parent f8e7272 commit dc0b34a

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

.travis.yml

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
1-
language: python
2-
31
sudo: false
42

3+
language: python
54
python:
6-
- "3.7"
7-
- "3.6"
8-
- "3.5"
5+
- 3.6
6+
- 3.7
7+
- pypy3
8+
9+
addons:
10+
apt:
11+
packages:
12+
-
913

1014
install:
15+
- pip install codecov
1116
- pip install tox
17+
- pip install tox-travis
1218

13-
env:
14-
- TOXENV=quality
19+
script:
20+
- codecov --version
21+
- tox
1522

16-
matrix:
17-
include:
18-
- python: 3.7
19-
env: TOXENV=py37
23+
after_success:
24+
- codecov
2025

21-
script:
22-
- tox -e $TOXENV
26+
env:
27+
- TOXENV=quality
2328

2429
notifications:
2530
email: false

0 commit comments

Comments
 (0)