testy
This commit is contained in:
parent
6381ba3742
commit
bb9214fd0d
|
@ -45,6 +45,7 @@ install:
|
||||||
- if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py3[12])") == 0 ]]; then pip install tox; fi;
|
- if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py3[12])") == 0 ]]; then pip install tox; fi;
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- ifconfig
|
||||||
- tox
|
- tox
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -6,6 +6,7 @@ commands =
|
||||||
{envpython} -V
|
{envpython} -V
|
||||||
{envpython} -m compileall speedtest.py
|
{envpython} -m compileall speedtest.py
|
||||||
{envpython} speedtest.py
|
{envpython} speedtest.py
|
||||||
|
{envpython} speedtest.py --source 127.0.0.1 || true
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython=python
|
basepython=python
|
||||||
|
|
Loading…
Reference in New Issue