We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746e3dc commit 22ac925Copy full SHA for 22ac925
.travis.yml
@@ -11,13 +11,11 @@ before_install:
11
- wget http://bit.ly/miniconda -O miniconda.sh
12
- bash miniconda.sh -b -p $HOME/miniconda
13
- export PATH="$HOME/miniconda/bin:$PATH"
14
- - hash -r
15
- - conda config --set always_yes yes
16
- conda update --yes conda
17
- - conda info -a
18
- - travis_retry conda create -n test $CONDA pip jinja2 pandas mock six nose
+ - travis_retry conda create --yes -n test $CONDA pip jinja2 pandas mock six nose
19
- source activate test
20
- travis_retry pip install vincent
+
21
install:
22
- python setup.py install
23
0 commit comments