File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 77 - PYTHON=2.7 PANDAS=0.15.1
88 - PYTHON=3.3 PANDAS=0.14.1
99 - PYTHON=3.4 PANDAS=0.16.2
10- - PYTHON=3.4 PANDAS=v0.17.0rc1
10+ - PYTHON=3.4 PANDAS=v0.17.0rc2
11+ - PYTHON=3.5 PANDAS=v0.17.0rc2
1112 - PYTHON=2.7 PANDAS=0.12.0
1213 - PYTHON=2.7 PANDAS=0.11.0
1314 - PYTHON=2.7 PANDAS=0.10.1
@@ -37,8 +38,9 @@ install:
3738 # Useful for debugging any issues with conda
3839 - conda info -a
3940
40- - conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools html5lib lxml beautiful-soup
41+ - conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools html5lib lxml
4142 - source activate test-environment
43+ - pip install beautifulsoup4
4244 - pip install coveralls --quiet
4345 - conda list
4446 - python setup.py install
You can’t perform that action at this time.
0 commit comments