From c854b72df150574c91e040164ed5b47bf4a71ebe Mon Sep 17 00:00:00 2001 From: Jonas Eschle 'Mayou36 Date: Sun, 13 Oct 2019 13:52:50 +0200 Subject: [PATCH] Release 1.0.3 for conda-forge --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2628c644..5eeba1b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ before_install: - ". /home/travis/anaconda/etc/profile.d/conda.sh" - hash -r - conda config --set always_yes yes --set changeps1 no - - conda info -a - conda create -q -n phasespace-env python=$TRAVIS_PYTHON_VERSION root -c conda-forge > tmp.txt && echo "alive" - conda activate phasespace-env