Skip to content

Commit

Permalink
Use the install: key in .travis.yml to install test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Apr 11, 2017
1 parent e965c52 commit bd0b9b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
before_script:
- pip install coverage coveralls flake8
install: pip install coverage coveralls flake8
script:
- flake8 humanhash.py
- coverage run humanhash.py
Expand Down

0 comments on commit bd0b9b0

Please sign in to comment.