Revision 481943280fc6c6909b37a126f7041c5254f8fa98 authored by Christopher Olah on 18 May 2018, 21:33:03 UTC, committed by GitHub on 18 May 2018, 21:33:03 UTC
1 parent 98308ba
Raw File
tox.ini
[tox]
envlist = py{27,36}

[testenv]
deps = .[test]
commands = coverage run --source lucid -m py.test

[pytest]
addopts = --verbose
testpaths = ./tests/
back to top