Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Commit

Permalink
hack around latest setuptools release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Jan 26, 2017
1 parent 4227d25 commit e8b3097
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ python:
- "2.6"

# command to install dependencies
install: "pip install -Ur requirements.txt"
install:
- "pip install -U pip setuptools"
- "pip install -Ur requirements.txt"

# command to run tests, e.g. python setup.py test
script: nosetests --with-cov --cov=xlwt
Expand Down

0 comments on commit e8b3097

Please sign in to comment.