Skip to content

Commit d1da813

Browse files
author
shubhangiKishore
committed
Fixing setuptools version
1 parent 0f3d916 commit d1da813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ matrix:
1313
- python: "pypy"
1414

1515
install:
16+
- pip install --upgrade --pre setuptools
1617
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip install unittest2; fi
1718
- pip install future
1819
- python setup.py install --quiet

0 commit comments

Comments
 (0)