Skip to content

Commit f1a86fa

Browse files
committed
Don't use tox in CircleCI
1 parent 768be99 commit f1a86fa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@ jobs:
99
- image: circleci/python:3
1010
steps:
1111
- checkout
12-
- run:
13-
name: install dependencies
14-
command: |
15-
sudo pip install tox
1612
- run:
1713
name: run tests
1814
command: |
19-
tox -e py37
15+
pytest
2016
- store_artifacts:
2117
path: test-reports
2218
destination: test-reports

0 commit comments

Comments
 (0)