We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ea0d2 commit c60ab0dCopy full SHA for c60ab0d
1 file changed
.travis.yml
@@ -3,12 +3,19 @@ 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
sudo: true
+ - python: "3.8-dev"
12
+ dist: xenial
13
+ sudo: true
14
+ if: branch = dev AND type = push
15
+ allow_failures:
16
17
18
19
20
cache:
21
directories:
0 commit comments