We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe19b1f commit 71477faCopy full SHA for 71477fa
1 file changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: [3.4, 3.5, 3.6.8]
16
17
steps:
18
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v2
21
with:
@@ -24,14 +24,12 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
python -m pip install sphinx
27
- pip install tox-travis
+ pip install tox
28
pip install sphinx_rtd_theme
29
pip install virtualenv==20.0.1
30
- name: Test with tox
31
- if: ${{ matrix.python-version }} != 3.4
32
33
- tox
34
- pip install -e .
+ tox -e py
35
- name: Before deploy
36
37
pip install -e .
0 commit comments