Skip to content

Commit 71477fa

Browse files
authored
Update build.yml
1 parent fe19b1f commit 71477fa

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: [3.4, 3.5, 3.6.8]
1616

1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v2
2121
with:
@@ -24,14 +24,12 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
python -m pip install sphinx
27-
pip install tox-travis
27+
pip install tox
2828
pip install sphinx_rtd_theme
2929
pip install virtualenv==20.0.1
3030
- name: Test with tox
31-
if: ${{ matrix.python-version }} != 3.4
3231
run: |
33-
tox
34-
pip install -e .
32+
tox -e py
3533
- name: Before deploy
3634
run: |
3735
pip install -e .

0 commit comments

Comments
 (0)