File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ python:
1010 - pypy
1111
1212install :
13- - pip install -U pip setuptools six wheel
14- - pip install -U -e .
15- - pip install -U -r requirements.test.txt
16- - pip install -U tox tox-travis
13+ - python -m pip install -U pip setuptools six wheel
14+ - python -m pip install -U -e .
15+ - python -m pip install -U -r requirements.test.txt
16+ - python -m pip install -U tox tox-travis
1717
1818script :
19- - py.test -vv --doctest-modules nodely test --cov nodely --cov test --cov-report term-missing --cov-fail-under 100
20- - robot test
21- - tox -r -v
19+ - python -m pytest -vv --doctest-modules nodely test --cov nodely --cov test --cov-report term-missing --cov-fail-under 100
20+ - python -m robot test
21+ - python -m tox -r -v
2222
2323deploy :
2424 provider : pypi
Original file line number Diff line number Diff line change 66 -rrequirements.test.txt
77
88commands =
9- py.test -vv --doctest-modules nodely test --cov nodely --cov test --cov-report term-missing --cov-fail-under 100
10- robot test
9+ python -m pytest -vv --doctest-modules nodely test --cov nodely --cov test --cov-report term-missing --cov-fail-under 100
10+ python -m robot test
You can’t perform that action at this time.
0 commit comments