Skip to content

Commit

Permalink
Fix travis script permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mijdavis2 committed Nov 10, 2016
1 parent 209ddd8 commit dcfc1b0
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 @@ -5,6 +5,8 @@ python:
install:
- "pip install -r requirements.txt"
- "pip install coveralls"
before_script:
- chmod +x ./tests/selenium/run.sh
script:
- py.test -v --cov-report term-missing --cov=starter_weppy -r w tests/client
- ./tests/selenium/run.sh
Expand Down

0 comments on commit dcfc1b0

Please sign in to comment.