speedtest-cli-pub/tox.ini
Matt Martz 6f3ba24e92 Revert "Test failing --source"
This reverts commit be7d7f6a1c.
2017-05-03 11:02:35 -05:00

22 lines
333 B
INI

[tox]
skipsdist=true
[testenv]
commands =
{envpython} -V
{envpython} -m compileall speedtest.py
{envpython} speedtest.py
[testenv:flake8]
basepython=python
deps=flake8
commands =
{envpython} -V
flake8 speedtest.py
[testenv:pypy]
commands =
pypy -V
pypy -m compileall speedtest.py
pypy speedtest.py