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 23, 2020
1 parent 1a67aa3 commit 7eba936
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 @@ -31,8 +31,10 @@ before_install:
install:
- pip install -q django==$DJANGO_VERSION
- pip install -e .[coverage]
- pip install safety
- pip install -q coveralls
script:
- safety check
- coverage run --source=constrainedfilefield constrainedfilefield/tests/__main__.py
after_success:
- coveralls

0 comments on commit 7eba936

Please sign in to comment.