Skip to content

Commit 90b4c4d

Browse files
authored
Update config.yml
1 parent 1285e65 commit 90b4c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: run tests
4949
command: |
5050
. venv/bin/activate
51-
python setup.py nosetests
51+
- nosetests --with-coverage
5252
5353
- store_artifacts:
5454
path: test-reports

0 commit comments

Comments
 (0)