Skip to content

Commit 2b7ab9e

Browse files
committed
Test with Python 3.7 installed via Conda
1 parent 849adab commit 2b7ab9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ matrix:
2424
env: PYTHON=python3 # I'm not sure how to install Python 3 on Travis OSX
2525
before_install:
2626
- test "x$TRAVIS_OS_NAME" = xosx -o "x$PYTHON" = xConda || (sudo apt-get -qq update && sudo apt-get install -y $PYTHON)
27+
- julia --color=yes -e 'VERSION < v"0.7.0-DEV.5183" || using Pkg; Pkg.add("Conda")'
28+
- if [ "x$PYTHON" = xConda ]; then
29+
julia --color=yes -e 'using Conda; Conda.add("python=3.7")';
30+
fi
2731

2832
after_success:
2933
- julia -e 'Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)