Skip to content

Commit 1c8def7

Browse files
committed
TST: add setuptools to travis build
1 parent f013e78 commit 1c8def7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ install:
2929
else
3030
conda install -q pandas=$PANDAS;
3131
fi
32-
- pip install nox-automation
32+
- pip install --upgrade pip setuptools
33+
- pip install --upgrade nox-automation
3334
- REQ="ci/requirements-${PYTHON}-${PANDAS}"
3435
- if [ -f "$REQ.pip" ]; then
3536
pip install -r "$REQ.pip";

0 commit comments

Comments
 (0)