Skip to content

Commit

Permalink
More tweaks to travis to attempt to fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeyer committed Jan 17, 2018
1 parent 9367037 commit 6793582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- "pip install -r requirements/test.txt"
- "cp ./mycyclediary_dot_com/settings/secrets.py.example ./mycyclediary_dot_com/settings/secrets.py"
script:
- coverage run /usr/local/bin/pytest
- coverage run $(which pytest)
after_success:
- coveralls
after_script:
Expand Down

0 comments on commit 6793582

Please sign in to comment.