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 945af1b commit 4187b39Copy full SHA for 4187b39
.github/workflows/config.yml
@@ -33,6 +33,12 @@ jobs:
33
python -m pip install docutils==0.12
34
python -m pip install mock
35
cd docs; make clean; make html; cd ..;
36
+ - name: Install testing dependencies
37
+ run: |
38
+ python -m pip install coverage
39
+ python -m pip install hypothesis==3.2
40
+ python -m pip install mypy
41
+ python -m pip install black
42
- name: Run tests
43
run: |
44
python -m pip install coverage
0 commit comments