We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5935a6 commit 29b8706Copy full SHA for 29b8706
.circleci/config.yml
@@ -12,11 +12,11 @@ jobs:
12
- run:
13
name: install dependencies
14
command: |
15
- sudo pip install tox
+ pip install -r requirements.txt
16
17
name: run tests
18
19
- tox -e py37
+ pytest
20
- store_artifacts:
21
path: test-reports
22
destination: test-reports
README.md
@@ -39,7 +39,7 @@ Testing
39
40
Run all tests
41
42
- tox
43
44
45
API
requirements.txt
@@ -1,5 +1,4 @@
1
# Dev/test/deploy
2
-tox>=3.24.0
3
IPython
4
pytest
5
websocket-client>=1.1.1
tox.ini
0 commit comments