We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbff41 commit fe19b1fCopy full SHA for fe19b1f
1 file changed
.github/workflows/build.yml
@@ -24,11 +24,9 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
python -m pip install sphinx
27
+ pip install tox-travis
28
pip install sphinx_rtd_theme
29
pip install virtualenv==20.0.1
- - name: Install tox
30
- if: ${{ matrix.python-version }} != 3.4
31
- run: pip install tox tox-gh-actions
32
- name: Test with tox
33
if: ${{ matrix.python-version }} != 3.4
34
0 commit comments