Added test config for riddle2

pull/7/head
Julius 6 years ago
parent c78d4f075a
commit 633f84202a

@ -45,11 +45,17 @@ jobs:
# https://pytest.org
# https://nose.readthedocs.io
- run:
name: run tests
name: run tests for riddle.py
command: |
. venv/bin/activate
python riddle.py -t Python
- run:
name: run tests for riddle2.py
command: |
. venv/bin/activate
python riddle2.py
- store_artifacts:
path: test-reports
destination: test-reports

Loading…
Cancel
Save