Skip to content

Commit 29b8706

Browse files
committed
Don't use tox in CircleCI
1 parent b5935a6 commit 29b8706

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- run:
1313
name: install dependencies
1414
command: |
15-
sudo pip install tox
15+
pip install -r requirements.txt
1616
- run:
1717
name: run tests
1818
command: |
19-
tox -e py37
19+
pytest
2020
- store_artifacts:
2121
path: test-reports
2222
destination: test-reports

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Testing
3939

4040
Run all tests
4141

42-
tox
42+
pytest
4343

4444

4545
API

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Dev/test/deploy
2-
tox>=3.24.0
32
IPython
43
pytest
54
websocket-client>=1.1.1

tox.ini

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)