Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

TST: Do not use conda for OSX and Windows #36

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ notifications:
on_failure: always
secure: "oeUf6u1ADyoJr3r++BE7VwuP9m5jenAS6eCT5mtCX/MKAw2YVjgflyuyou5eANiytUnYhUQXsGZ2Gc8BQ5C7ZSrp5sxpLT9nXKtSpqMBUxlnNKlm71NLO49W/q7Zc4Ie86tMu9yUsAen4hAZUOENwGoZlKHTlKST3p9DJ3em6IIoIApMsrimTBw2Ysnyj3RrCIFYmdKsyRdpn5V2gwcMoVE813ALJiGmC2vq5ixeTGQu+vKvTP1y1pw0S7KpXos6wH+w1Z4BGMzxS+uhuLktAw435etUWaWa60ivVhHBQ1zQWdq/O4pkYAN8VrO2L0krg2d7mNnkxU/Y/dXWyBiTBGHbvL4p8EAG3IKYaygRMLvdR5xehs3e1J6t/4URGZwTOCzq4c0ew/XVtQIRsduqtnZOMmXJEuF20gFSV7IQvKRPV58X9vXtdh1q6zEizfQNDC3TCvdHn6shOP/X1pEbB021H/fI8+GyZenVa3Wt//oE/CDcR+ECn8RlAFGz6atI07zK/5v3bZVvEaMYv66nLd1mGgOvB9+jYgK+8IznVLnKGzQ2Yt+bnqJpVrkeLl6chdLLPLIP1VlgFmyHAzeRd2Pje+UIOM0K6JqdvER2P389bcWaQdD0dvK6djYpx3rTvjtlUmPcqN5ODiqYPFV7mW1Taur9bcWqrLHX91Qnx9I="
if: type = cron

env:
global:
# The following versions are the 'default' for tests, unless
Expand Down Expand Up @@ -66,7 +66,7 @@ matrix:
install:
- if [[ $TRAVIS_OS_NAME == osx || $TRAVIS_OS_NAME == windows ]]; then
git clone git://github.com/astropy/ci-helpers.git;
source ci-helpers/travis/setup_conda.sh;
source ci-helpers/travis/setup_python.sh;
fi

script:
Expand Down