Skip to content

Commit 5721b7d

Browse files
committed
More Travis experiments
1 parent bb31f1e commit 5721b7d

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
---
22
sudo: false
3+
matrix:
4+
fast_finish: true
5+
include:
6+
- python: "3.5.3"
7+
- python: "3.6"
8+
after_success: "pipenv run codecov"
9+
- python: "3.7"
10+
dist: xenial
11+
312
language: python
4-
python:
5-
- "3.6"
613
install: "make init"
714
script: "pipenv run make ci"
815
cache: "pip"
9-
after_success: "pipenv run codecov"

0 commit comments

Comments
 (0)