From 25feb5a3a91b990100ff045349c9b2323d719f94 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 18 Jun 2019 10:02:30 +0200 Subject: [PATCH] use conda python in tests --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc303b0f..0cefe616 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ os: julia: - 1.1 - nightly - + matrix: allow_failures: - julia: nightly @@ -16,5 +16,8 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pwd ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./test/install_wkhtmltoimage.sh ; fi +env: + - PYTHON = "" + notifications: email: true