Skip to content

Commit 5abcd37

Browse files
committed
CI: switch to Miniconda3 when testing on travis
conda sources seem more buggy on Python 2.7. [see conda/conda-build issue 3309]
1 parent 651c84a commit 5abcd37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ before_install:
4545
- MYMCREPO=https://repo.continuum.io/miniconda
4646
- case ${TRAVIS_OS_NAME} in
4747
linux)
48-
MYMCBUNDLE=Miniconda2-latest-Linux-x86_64.sh ;;
48+
MYMCBUNDLE=Miniconda3-latest-Linux-x86_64.sh ;;
4949
osx)
50-
MYMCBUNDLE=Miniconda2-latest-MacOSX-x86_64.sh ;;
50+
MYMCBUNDLE=Miniconda3-latest-MacOSX-x86_64.sh ;;
5151
*)
5252
echo "Unsupported operating system." >&2;
5353
exit 2 ;;

0 commit comments

Comments
 (0)