Skip to content

Commit

Permalink
submit coverage info by tox
Browse files Browse the repository at this point in the history
  • Loading branch information
loggerhead committed May 14, 2016
1 parent 3aa77f5 commit b7aa53e
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
envlist = py27,py35

[testenv]
deps = nose
commands = nosetests
python easy_karabiner samples/basic.py samples/basic.xml
python easy_karabiner samples/swap_alt_super_when_device.py samples/swap_alt_super_when_device.xml
easy_karabiner --verbose samples/launcher_mode.py samples/launcher_mode.xml
easy_karabiner --verbose samples/test.py samples/test.xml
easy_karabiner --verbose samples/myconfig.py samples/myconfig.xml
setenv =
COVERALLS_REPO_TOKEN=AvlPixsbLdZYYxx0uTwgSa1YQLID8o2R2
deps =
nose
coveralls
commands =
nosetests --with-coverage --cover-package=easy_karabiner
python easy_karabiner samples/basic.py samples/basic.xml
python easy_karabiner samples/swap_alt_super_when_device.py samples/swap_alt_super_when_device.xml
easy_karabiner --verbose samples/launcher_mode.py samples/launcher_mode.xml
easy_karabiner --verbose samples/test.py samples/test.xml
easy_karabiner --verbose samples/myconfig.py samples/myconfig.xml
coveralls

0 comments on commit b7aa53e

Please sign in to comment.