Skip to content

Commit 49d42a4

Browse files
committed
tests: run nosetests too
Fixes #34
1 parent 9b50960 commit 49d42a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: circle.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ machine:
99

1010
dependencies:
1111
pre:
12-
- pip install --use-mirrors coverage python-coveralls
12+
- pip install --use-mirrors coverage python-coveralls nose
1313

1414
test:
1515
override:
1616
- mkdir test_dir
1717
- cd test_dir && COVERAGE_FILE=../.coverage.init coverage run ../ctf-cli.py init
1818
- cd test_dir && COVERAGE_FILE=../.coverage.update coverage run ../ctf-cli.py update
1919
- cd test_dir && COVERAGE_FILE=../.coverage.run coverage run ../ctf-cli.py run
20+
- COVERAGE_FILE=.coverage.tests nosetests
2021
- coverage combine
2122
- coveralls
2223

0 commit comments

Comments
 (0)