File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ branches:
22 only :
33 - master
44 - " /^v[0-9]+(\\ .[0-9]+)*(\\ .[0-9]+)*\\ S*/"
5- dist : xenial
5+ dist : bionic
66language : python
77matrix :
88 include :
@@ -22,7 +22,7 @@ matrix:
2222 - CONDA_PY=38
2323 - CONDA_NPY=117
2424 - CREATE_DOCS=1
25- - python : 3.9
25+ - python : 3.9-dev
2626 env :
2727 - TRAVIS_PYTHON_VERSION=3.9
2828 - CONDA_PY=39
3737 - secure : XSywMGCavKPO937o8JWSxlMbuzjUJ9ygpep4ybIaZ6knF2X2uYkT5FAm8VNoRS1/lmEKlaTaorwPHx0KGNcsQMor2gi+qyoJ3ODVranzLhAL3/9pBtWl9B4kbfC0gGitFS8e/X5n0SIuWI3xgjFdkotPnGAeorF+9OhiTQ2Xr4UdURyD5UJUh98SK//wtlXw/gflK7oHDxxumiecPY47wtn1v3vZTL3by27cJr8X8r/J6qmOS3qW2hEG61Rccjj5TSh4EvWWfoDGm7x2vojmPFF6C3yt8e/Y9X4R2W1N1Ni9DEwKA9z37nXtxJRdZG1tIra2PrxgrLNf3v1nMWMMC7gTGLV7Dly+g6+udmEeJbuWLwTrP+HNhlQvTjWVbNhfxsdiyYejTjcVVRUb/b1HuXVQworIoMfiPxFNzUtl9LoRKDq91ZhrfMvCHM9DcSN7YvkX/sgHuPHOTUsjWS3MYBkPHzkjPzYUPfs7tAZnqIMSVUT0npFjZBuTIL/mSmRgO1MRMaLYXvReedEdOh2dKP1y3NxEWiCEIWomEACLTZqjmSDjeoeCPAM8CJZNnhfkRLAE52eTPWZKmzhnk1h8j0IKJlLoE3TasDF6yVu15k2XkpY/szmJ0eS9/m7bsC7bHJ6VG9trDEGJT1NnCXXaR8WBObpvt6+kKrkpzMxAu8E=
3838install :
3939- sudo apt-get update
40- - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
41- -O miniconda.sh; else wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
42- -O miniconda.sh; fi
40+ - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
41+ -O miniconda.sh
4342- bash miniconda.sh -b -p $HOME/miniconda
4443- export PATH="$HOME/miniconda/bin:$PATH"
4544- hash -r
You can’t perform that action at this time.
0 commit comments