Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Swamii committed Jul 28, 2015
1 parent 0bb1b2d commit 5e7fda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -24,7 +24,7 @@ deps = six

[testenv:coverage]
basepython = python2.7
commands = coverage run --source djedi runtests.py
commands = coverage run --omit=migrations,south_migrations --source djedi setup.py test
deps = coverage
python-coveralls
Django>=1.8,<1.9
Expand Down

0 comments on commit 5e7fda4

Please sign in to comment.