File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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
14- - pip install -e .
13+ - pip install -U pip setuptools six wheel
14+ - pip install -U - e .
1515 - pip install -U -r requirements.test.txt
1616 - pip install -U tox tox-travis
1717
1818script :
19- - py.test -vv test --cov= nodely --cov- report= term-missing --cov-fail-under= 100
19+ - py.test -vv --doctest-modules nodely test --cov nodely --cov test --cov- report term-missing --cov-fail-under 100
2020 - robot test
21- - tox -rv
21+ - 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 test
9+ py.test -vv --doctest-modules nodely test --cov nodely --cov test --cov-report term-missing --cov-fail-under 100
1010 robot test
You can’t perform that action at this time.
0 commit comments