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.
2 parents a9bb517 + f78510c commit a8aa162Copy full SHA for a8aa162
.travis.yml
@@ -2,6 +2,7 @@
2
# http://lint.travis-ci.org/
3
language: python
4
group: travis_latest
5
+os: linux
6
dist: xenial
7
8
# Travis whitelists the installable packages, additions can be requested
@@ -18,8 +19,6 @@ cache:
18
19
directories:
20
- $HOME/.cache/pip
21
-stage: Comprehensive tests
22
-
23
stages:
24
# Do the style check and a single test job, don't proceed if it fails
25
- name: Initial tests
@@ -37,13 +36,14 @@ env:
37
36
iFWt9Ka92CaqYdU7nqfWp9VImSndPmssjmCXJ1v1IjZPAM\
38
ahp7Qnm0rWRmA0z9SomuRUQOJQ6s684vU="
39
40
-matrix:
+jobs:
41
include:
42
# Do all python versions without environment variables set
43
- stage: Initial tests
44
python: 3.8
45
46
- - python: 3.6
+ - stage: Comprehensive tests
+ python: 3.6
47
- python: 3.7
48
49
- python: 3.6
0 commit comments