Skip to content

Commit

Permalink
Use 'safety' (which is the free 1month delayed vulnerability database…
Browse files Browse the repository at this point in the history
…) instead of pipenv.

Pipenv is borking out because it depends on an expired api key. See

pypa/pipenv#4188
  • Loading branch information
braxtonmckee committed Apr 16, 2020
1 parent c9405cb commit 2f77ebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
python: 3.6
install:
- pip install pipenv
- pip install safety
script:
- pipenv check --ignore 37752 || (sleep 60; pipenv check --ignore 37752) || (sleep 60; pipenv check --ignore 37752)
- (pipenv lock --requirements | safety check --stdin) || (sleep 60; pipenv lock --requirements | safety check --stdin) || (sleep 60; pipenv lock --requirements | safety check --stdin)

- name: "Unit Tests (3.6)"
python: 3.6
Expand Down

0 comments on commit 2f77ebd

Please sign in to comment.