Skip to content

Commit

Permalink
add openpyxl to travis install command
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt committed Jun 27, 2020
1 parent d410059 commit c16c435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ python:
- "3.8"

install:
- pip install -r requirements.txt
- pip install -r requirements.txt; pip install openpyxl

script: python -m unittest

0 comments on commit c16c435

Please sign in to comment.