Skip to content

Commit

Permalink
Add termcolor to travis.yml. Not needed as a dep in setup.py yet.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 240627218
Change-Id: I63b37ab89389380bf6a324a70de68a4f03065643
  • Loading branch information
dbieber authored and copybara-github committed Mar 27, 2019
1 parent d0af027 commit d15fa28
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 @@ -15,6 +15,7 @@ before_install:
- pip install --upgrade setuptools pip
- pip install --upgrade pylint pytest pytest-pylint pytest-runner
install:
- pip install termcolor
- pip install hypothesis python-Levenshtein
- python setup.py develop
script:
Expand Down

0 comments on commit d15fa28

Please sign in to comment.