Skip to content

Commit 8ae7642

Browse files
committed
[tests] Run tests with runtests.py script
1 parent 3776c5a commit 8ae7642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_script:
2121
- ./run-qa-checks
2222

2323
script:
24-
- nose2 --with-coverage --coverage=netjsonconfig
24+
- coverage run -a --source=netjsonconfig runtests.py
2525

2626
after_success:
2727
coveralls

0 commit comments

Comments
 (0)