Skip to content

Commit e7874f3

Browse files
committed
TST install soup, html5lib and lxml
1 parent 112c8f3 commit e7874f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install:
3535
- conda info -a
3636

3737
# Replace dep1 dep2 ... with your dependencies
38-
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools
38+
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools html5lib lxml beautiful-soup
3939
- source activate test-environment
4040
- pip install coveralls --quiet
4141
- conda list

0 commit comments

Comments
 (0)