Skip to content

Commit 0d4780a

Browse files
committed
[travis] conda fix
1 parent a4fbc45 commit 0d4780a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ before_install:
1616
- conda config --set always_yes yes --set changeps1 no
1717
- conda update -q conda
1818
- conda info -a
19-
- conda create -q -n $HOME/testenv python=$TRAVIS_PYTHON_VERSION numpy scipy pandas converage nosetests
20-
- source activate $HOME/testenv
19+
- conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION numpy scipy pandas converage nosetests
20+
- source activate testenv
2121
install:
2222
- python setup.py sdist
2323
- pip install dist/*

0 commit comments

Comments
 (0)