Skip to content

Commit c60ab0d

Browse files
committed
More Travis tweaking
1 parent 89ea0d2 commit c60ab0d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@ sudo: false
33
matrix:
44
fast_finish: true
55
include:
6-
- python: "3.5.3"
76
- python: "3.6"
87
after_success: "pipenv run codecov"
98
- python: "3.7"
109
dist: xenial
1110
sudo: true
11+
- python: "3.8-dev"
12+
dist: xenial
13+
sudo: true
14+
if: branch = dev AND type = push
15+
allow_failures:
16+
- python: "3.8-dev"
17+
dist: xenial
18+
sudo: true
1219

1320
cache:
1421
directories:

0 commit comments

Comments
 (0)