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 112c8f3 commit e7874f3Copy full SHA for e7874f3
.travis.yml
@@ -35,7 +35,7 @@ install:
35
- conda info -a
36
37
# Replace dep1 dep2 ... with your dependencies
38
- - conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools
+ - conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools html5lib lxml beautiful-soup
39
- source activate test-environment
40
- pip install coveralls --quiet
41
- conda list
0 commit comments