Skip to content

Commit fe19b1f

Browse files
authored
Update build.yml
1 parent 1dbff41 commit fe19b1f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
python -m pip install sphinx
27+
pip install tox-travis
2728
pip install sphinx_rtd_theme
2829
pip install virtualenv==20.0.1
29-
- name: Install tox
30-
if: ${{ matrix.python-version }} != 3.4
31-
run: pip install tox tox-gh-actions
3230
- name: Test with tox
3331
if: ${{ matrix.python-version }} != 3.4
3432
run: |

0 commit comments

Comments
 (0)