We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4939ee2 commit a95dd6fCopy full SHA for a95dd6f
.travis.yml
@@ -33,14 +33,6 @@ env:
33
jobs:
34
# Build under the following configurations
35
include:
36
- - name: "Linux - Python 3.8"
37
- os: linux
38
- env:
39
- - PYTHON=3.8
40
- - name: "Linux - Python 3.7"
41
42
43
- - PYTHON=3.7
44
- name: "Linux - Python 3.6 (deploy)"
45
os: linux
46
env:
@@ -67,11 +59,6 @@ script:
67
59
# Build the documentation
68
60
- make -C doc all
69
61
70
-# Things to do if the build is successful
71
-after_success:
72
- # Upload coverage information
73
- - codecov -e PYTHON
74
-
75
62
deploy:
76
63
# Make a release on PyPI
77
64
- provider: script
0 commit comments