Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Comment out for now as there is pathing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Dec 1, 2019
1 parent 04ec7e8 commit 9747a90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- '3.7'
- 'nightly'
install:
- pip install -r requirements.txt
#- pip install -r requirements.txt
- pip install bandit
- python setup.py install --root ./
#- python setup.py install --root ./
script:
- bandit -r --skip B322,B301,B404,B602,B603,B403,B607 ./nordnm
- sudo nordnm --help
#- sudo nordnm --help
- stage: deploy_pypi
python: '3.5'
install: true
Expand Down

0 comments on commit 9747a90

Please sign in to comment.