Skip to content

Commit

Permalink
Run coverage and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Diddi Oscarsson committed Apr 19, 2019
1 parent 20650f8 commit c0ef5cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[tox]
envlist = py{27,36,37,38}, pylint, coverage
envlist = py{36,37}, pylint, coverage
skip_missing_interpreters = true

[travis]
python =
3.6: py36,coverage,pylint

[testenv:pylint]
deps = pylint
commands = pylint flask_seeder/
Expand Down

0 comments on commit c0ef5cc

Please sign in to comment.