Skip to content

Commit 93df73b

Browse files
tox+travis: Update install+test scripts
1 parent a960339 commit 93df73b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ python:
1010
- pypy
1111

1212
install:
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

1818
script:
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

2323
deploy:
2424
provider: pypi

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ deps =
66
-rrequirements.test.txt
77

88
commands =
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

0 commit comments

Comments
 (0)