Skip to content

Commit

Permalink
Don't use tox in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pithikos committed Oct 3, 2021
1 parent b5935a6 commit 29b8706
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- run:
name: install dependencies
command: |
sudo pip install tox
pip install -r requirements.txt
- run:
name: run tests
command: |
tox -e py37
pytest
- store_artifacts:
path: test-reports
destination: test-reports
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Testing

Run all tests

tox
pytest


API
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Dev/test/deploy
tox>=3.24.0
IPython
pytest
websocket-client>=1.1.1
Expand Down
7 changes: 0 additions & 7 deletions tox.ini

This file was deleted.

0 comments on commit 29b8706

Please sign in to comment.