Skip to content

Commit 53b71b7

Browse files
author
Antonio Vivace
authored
Fix run tests command
1 parent a908853 commit 53b71b7

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
@@ -38,7 +38,7 @@ jobs:
3838
name: run tests
3939
command: |
4040
. venv/bin/activate
41-
export PYTHONPATH=./stub
41+
export PYTHONPATH=./stub:test
4242
mkdir test-reports
4343
python3 -m unittest test/coderbot_test.py 2>&1 | tee test-reports/test_report.txt
4444
#python3 -m unittest test/cnn_test.py 2>&1 | tee test-reports/test_report.txt

0 commit comments

Comments
 (0)