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 7
7
- PYTHON=2.7 PANDAS=0.15.1
8
8
- PYTHON=3.3 PANDAS=0.14.1
9
9
- 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
11
12
- PYTHON=2.7 PANDAS=0.12.0
12
13
- PYTHON=2.7 PANDAS=0.11.0
13
14
- PYTHON=2.7 PANDAS=0.10.1
@@ -37,8 +38,9 @@ install:
37
38
# Useful for debugging any issues with conda
38
39
- conda info -a
39
40
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
41
42
- source activate test-environment
43
+ - pip install beautifulsoup4
42
44
- pip install coveralls --quiet
43
45
- conda list
44
46
- python setup.py install
You can’t perform that action at this time.
0 commit comments