Skip to content

Commit

Permalink
Add tox for testing package
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerpeer committed Jun 19, 2019
1 parent 9e40c29 commit b9b3fce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pytz
sqlalchemy
tox
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tox]
envlist = py{3.5, 3.6, 3.7}

[testenv]
description = Check compilation and pylint
deps =
-rrequirements.txt
pylint
commands =
pylint --errors-only park_vorhersage
python -m compileall -f -q park_vorhersage

0 comments on commit b9b3fce

Please sign in to comment.