Skip to content

Commit 4931758

Browse files
committed
simplify travis
1 parent 2713d41 commit 4931758

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.travis.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
sudo: false
22
language: python
3-
matrix:
4-
include:
5-
- python: "3.6"
6-
env: TOXENV=py36,lint,coveralls
7-
- python: "3.7"
8-
env: TOXENV=py37,lint,coveralls
9-
- python: "3.8"
10-
env: TOXENV=py38,lint,coveralls
3+
python:
4+
- "3.6"
5+
- "3.7"
6+
- "3.8"
117
install:
128
- nvm install 14
139
- pip install tox
14-
script: tox
10+
script: tox -e py,lint,coveralls
1511
cache:
1612
pip: true
1713
directories:

0 commit comments

Comments
 (0)