diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-12-19 19:18:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 19:18:49 -0800 |
commit | a8aa162c7097d8aa4edd6e555f01d7f0a248e1ad (patch) | |
tree | b2aaa50934ec67d4f10237a6580b27f7948f1787 | |
parent | a9bb517554004cf2ce7a4be93bcbfb63ee149844 (diff) | |
parent | f78510c9b0b2297533dedbb41fe6a510a66ed6b2 (diff) | |
download | numpy-a8aa162c7097d8aa4edd6e555f01d7f0a248e1ad.tar.gz |
Merge pull request #15133 from WarrenWeckesser/travisci-yml
MAINT: CI: Clean up .travis.yml
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 4afac959d..5ee27edb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ # http://lint.travis-ci.org/ language: python group: travis_latest +os: linux dist: xenial # Travis whitelists the installable packages, additions can be requested @@ -18,8 +19,6 @@ cache: directories: - $HOME/.cache/pip -stage: Comprehensive tests - stages: # Do the style check and a single test job, don't proceed if it fails - name: Initial tests @@ -37,13 +36,14 @@ env: iFWt9Ka92CaqYdU7nqfWp9VImSndPmssjmCXJ1v1IjZPAM\ ahp7Qnm0rWRmA0z9SomuRUQOJQ6s684vU=" -matrix: +jobs: include: # Do all python versions without environment variables set - stage: Initial tests python: 3.8 - - python: 3.6 + - stage: Comprehensive tests + python: 3.6 - python: 3.7 - python: 3.6 |