pyModeS/tox.ini
James Watterson 23192a97fd merge in watterso_setup_automated_testing
added .idea to .gitignore for pycharm
pulled tests out of run.py, created adsb_test, ehs_test, and util test
moved the rest of runp.py into decode_test_data
changed imports and __init__ file so it doesn't contain magic
2016-09-11 20:48:43 -07:00

6 lines
70 B
INI

[tox]
envlist = py26,py27,py35
[testenv]
deps=pytest
commands=py.test