Skip to content

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
Force the coverage version to work around z4r/python-coveralls#66
  • Loading branch information
tbhartman committed Oct 23, 2018
1 parent 0fb1f18 commit 763d7f7
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 @@ -3,9 +3,9 @@ python:
- "3.6"

install:
- pip install python-coveralls
- pip install .[test]
before_script:
- pip install python-coveralls 'coverage>=4.4'
- mkdir coverage
script:
- pytest --cov=abaqus2dyna
Expand Down

0 comments on commit 763d7f7

Please sign in to comment.