##// END OF EJS Templates
Merge pull request #12319 from Carreau/travis-cleanup
Matthias Bussonnier -
r25742:a483781c merge
parent child Browse files
Show More
@@ -10,8 +10,6 b' addons:'
10 10 python:
11 11 - 3.6
12 12
13 sudo: false
14
15 13 env:
16 14 global:
17 15 - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH
@@ -71,20 +69,16 b' matrix:'
71 69 - arch: amd64
72 70 python: "3.7"
73 71 dist: xenial
74 sudo: true
75 72 - arch: amd64
76 73 python: "3.8"
77 74 dist: xenial
78 sudo: true
79 75 - arch: amd64
80 76 python: "nightly"
81 77 dist: xenial
82 sudo: true
83 78 - arch: arm64
84 79 python: "nightly"
85 80 dist: bionic
86 81 env: ARM64=True
87 sudo: true
88 82 - os: osx
89 83 language: generic
90 84 python: 3.6
@@ -107,7 +101,7 b' deploy:'
107 101 secure: Y/Ae9tYs5aoBU8bDjN2YrwGG6tCbezj/h3Lcmtx8HQavSbBgXnhnZVRb2snOKD7auqnqjfT/7QMm4ZyKvaOEgyggGktKqEKYHC8KOZ7yp8I5/UMDtk6j9TnXpSqqBxPiud4MDV76SfRYEQiaDoG4tGGvSfPJ9KcNjKrNvSyyxns=
108 102 file: dist/*
109 103 file_glob: true
110 skip_cleanup: true
104 cleanup: false
111 105 on:
112 106 repo: ipython/ipython
113 107 all_branches: true # Backports are released from e.g. 5.x branch
General Comments 0
You need to be logged in to leave comments. Login now