Skip to content

Commit 23b7922

Browse files
committed
python 3.6
1 parent 3fe40f7 commit 23b7922

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ matrix:
4040
- os: linux
4141
python: '3.6'
4242
env: TOXENV=py36-notebook55
43-
- os: linux
43+
- os: linux
4444
python: '3.6'
4545
env: TOXENV=py36-notebook60
4646
- os: linux
@@ -61,7 +61,6 @@ before_install:
6161
- uname -a
6262
- id -un
6363
- id -Gn
64-
- pip install -U pip
6564
# stuff for conda recipe
6665
- 'if [[ ${TOXENV} == "condarecipe" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; fi'
6766
- 'if [[ ${TOXENV} == "condarecipe" ]]; then bash miniconda.sh -b -p $HOME/miniconda; fi'

0 commit comments

Comments
 (0)