We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fbc45 commit 0d4780aCopy full SHA for 0d4780a
1 file changed
.travis.yml
@@ -16,8 +16,8 @@ before_install:
16
- conda config --set always_yes yes --set changeps1 no
17
- conda update -q conda
18
- conda info -a
19
- - conda create -q -n $HOME/testenv python=$TRAVIS_PYTHON_VERSION numpy scipy pandas converage nosetests
20
- - source activate $HOME/testenv
+ - conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION numpy scipy pandas converage nosetests
+ - source activate testenv
21
install:
22
- python setup.py sdist
23
- pip install dist/*
0 commit comments