Skip to content

Commit

Permalink
Remove outdated packaging, test files
Browse files Browse the repository at this point in the history
Move pylint config to tests/ directory.
Ignore generated .hypothesis directory.
  • Loading branch information
jarun committed Sep 2, 2017
1 parent 83c7c59 commit 9177030
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 370 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.sw[po]
.cache/
.coverage
.hypothesis
buku.egg-info
dist
build
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
install: "pip install -r requirements.txt"
script:
- python3 -m flake8
- find . -iname "*.py" | xargs pylint --rcfile .pylintrc
- find . -iname "*.py" | xargs pylint --rcfile tests/.pylintrc
- python3 -m pytest ./tests/test_*.py --cov buku -vv
before_deploy:
- sudo apt-get update -qy
Expand Down
93 changes: 0 additions & 93 deletions ci-test-wrapper

This file was deleted.

File renamed without changes.
276 changes: 0 additions & 276 deletions tools/makedeb

This file was deleted.

0 comments on commit 9177030

Please sign in to comment.