This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
pyModeS
Watch
4
Star
0
Fork
0
You've already forked pyModeS
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fefd26a787
pyModeS
/
tox.ini
7 lines
90 B
INI
Raw
Normal View
History
Unescape
Escape
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-12 11:48:43 +08:00
[tox]
make tox to /tmp
2016-10-04 04:34:42 +08:00
toxworkdir
=
/tmp/tox
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-12 11:48:43 +08:00
envlist
=
py26,py27,py35
[testenv]
deps
=
pytest
commands
=
py.test
Reference in New Issue
Copy Permalink