Skip to content

Commit cf6a117

Browse files
committed
BLD conda missing setuptools with old pandas
1 parent 9392e44 commit cf6a117

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
@@ -29,7 +29,7 @@ install:
2929
- conda info -a
3030

3131
# Replace dep1 dep2 ... with your dependencies
32-
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage
32+
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools
3333
- source activate test-environment
3434
- conda list
3535
- python setup.py install

0 commit comments

Comments
 (0)