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

Commit

Permalink
Disable pipenv check
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronophylos committed Apr 16, 2018
1 parent ee700b6 commit beafce9
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 @@ -43,7 +43,7 @@ install:
# - pipenv sync --dev

script:
- pipenv check
# - pipenv check
- pipenv run pycodestyle krappachat
- pipenv run pydocstyle krappachat
- pipenv run pyinstaller --windowed --strip --onefile --name krappachat krappachat/__main__.py
Expand Down

0 comments on commit beafce9

Please sign in to comment.