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.
1 parent 3fe40f7 commit 23b7922Copy full SHA for 23b7922
.travis.yml
@@ -40,7 +40,7 @@ matrix:
40
- os: linux
41
python: '3.6'
42
env: TOXENV=py36-notebook55
43
- - os: linux
+ - os: linux
44
45
env: TOXENV=py36-notebook60
46
@@ -61,7 +61,6 @@ before_install:
61
- uname -a
62
- id -un
63
- id -Gn
64
- - pip install -U pip
65
# stuff for conda recipe
66
- 'if [[ ${TOXENV} == "condarecipe" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; fi'
67
- 'if [[ ${TOXENV} == "condarecipe" ]]; then bash miniconda.sh -b -p $HOME/miniconda; fi'
0 commit comments