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

Commit

Permalink
fix bug in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Jun 9, 2016
1 parent 1ef7513 commit c2566ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ python:

# command to install dependencies
install:
- pip install -U xlrd xlutils
- pip install -U xlrd xlwt
- pip install -Ue .[test,build]

# command to run tests, e.g. python setup.py test
Expand Down

0 comments on commit c2566ec

Please sign in to comment.