Skip to content

Commit bdf4e39

Browse files
committed
added stub for testing #84
1 parent ede6159 commit bdf4e39

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
name: run tests
3939
command: |
4040
. venv/bin/activate
41-
PYTHONPATH=./stub python -m unittest test/*.py
41+
PYTHONPATH=./stub python3 -m unittest test/*.py
4242
4343
- store_artifacts:
44-
path: .
45-
destination: test-reports
46-
44+
path: test-reports/
45+
destination: tr1
46+
47+
- store_test_results:
48+
path: test-reports/

0 commit comments

Comments
 (0)