Skip to content

Commit

Permalink
Adding colorama to Travis... looks like it needs it
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Nov 9, 2020
1 parent 15bf094 commit d1b7588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ bundler_args: "--retry 3"
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install colorama
- pip install pytest
- pip install pytest-cov
- pip install pandas
Expand Down

0 comments on commit d1b7588

Please sign in to comment.