Skip to content

Commit a8aa162

Browse files
authored
Merge pull request numpy#15133 from WarrenWeckesser/travisci-yml
MAINT: CI: Clean up .travis.yml
2 parents a9bb517 + f78510c commit a8aa162

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# http://lint.travis-ci.org/
33
language: python
44
group: travis_latest
5+
os: linux
56
dist: xenial
67

78
# Travis whitelists the installable packages, additions can be requested
@@ -18,8 +19,6 @@ cache:
1819
directories:
1920
- $HOME/.cache/pip
2021

21-
stage: Comprehensive tests
22-
2322
stages:
2423
# Do the style check and a single test job, don't proceed if it fails
2524
- name: Initial tests
@@ -37,13 +36,14 @@ env:
3736
iFWt9Ka92CaqYdU7nqfWp9VImSndPmssjmCXJ1v1IjZPAM\
3837
ahp7Qnm0rWRmA0z9SomuRUQOJQ6s684vU="
3938

40-
matrix:
39+
jobs:
4140
include:
4241
# Do all python versions without environment variables set
4342
- stage: Initial tests
4443
python: 3.8
4544

46-
- python: 3.6
45+
- stage: Comprehensive tests
46+
python: 3.6
4747
- python: 3.7
4848

4949
- python: 3.6

0 commit comments

Comments
 (0)