Skip to content

Commit 22ac925

Browse files
committed
re-reverted changes
1 parent 746e3dc commit 22ac925

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ before_install:
1111
- wget http://bit.ly/miniconda -O miniconda.sh
1212
- bash miniconda.sh -b -p $HOME/miniconda
1313
- export PATH="$HOME/miniconda/bin:$PATH"
14-
- hash -r
15-
- conda config --set always_yes yes
1614
- conda update --yes conda
17-
- conda info -a
18-
- travis_retry conda create -n test $CONDA pip jinja2 pandas mock six nose
15+
- travis_retry conda create --yes -n test $CONDA pip jinja2 pandas mock six nose
1916
- source activate test
2017
- travis_retry pip install vincent
18+
2119
install:
2220
- python setup.py install
2321

0 commit comments

Comments
 (0)