Skip to content

Commit

Permalink
Installs
Browse files Browse the repository at this point in the history
  • Loading branch information
William Farmer committed Aug 29, 2016
1 parent e2a98e6 commit 052b22c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
python: "3.5"
install:
- "pip install -r requirements.txt"
- "pip install pytest"
- "pip install pytest-cov"
- "pip install coveralls"
script: "py.test --cov=./ ./"
after_success:
Expand Down

0 comments on commit 052b22c

Please sign in to comment.