We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d52f57 commit dabe0abCopy full SHA for dabe0ab
1 file changed
.circleci/config.yml
@@ -7,11 +7,16 @@ jobs:
7
build:
8
docker:
9
- image: circleci/python:3
10
- - run:
11
- name: run tests
12
- command: |
13
- pip install tox
14
- tox
15
- - store_artifacts:
16
- path: test-reports
17
- destination: test-reports
+ steps:
+ - checkout
+ - run:
+ name: install dependencies
+ command: |
+ pip install tox
+ name: run tests
18
19
+ tox
20
+ - store_artifacts:
21
+ path: test-reports
22
+ destination: test-reports
0 commit comments