Skip to content

Commit

Permalink
Add PyUP to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbourqui committed May 18, 2020
1 parent 252a4b9 commit 2c6c2ef
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 @@ -23,8 +23,10 @@ before_install:
install:
- pip install -q django==$DJANGO_VERSION
- pip install -e .
- pip install safety
- pip install -q coveralls
script:
- safety check
- coverage run --source=echoices echoices/tests/__main__.py
after_success:
- coveralls

0 comments on commit 2c6c2ef

Please sign in to comment.