File tree Expand file tree Collapse file tree 3 files changed +28
-34
lines changed
Expand file tree Collapse file tree 3 files changed +28
-34
lines changed Original file line number Diff line number Diff line change 1+ name : mozilla-django-oidc unit tests
2+ on : [push, pull_request]
3+
4+ jobs :
5+ test :
6+ runs-on : ubuntu-latest
7+ strategy :
8+ matrix :
9+ python_version :
10+ - " 2.7"
11+ - " 3.4"
12+ - " 3.5"
13+ - " 3.6"
14+ - " 3.7"
15+ - " 3.8"
16+ name : Python ${{ python_version }}
17+ steps :
18+ - name : Checkout repository
19+ uses : actions/checkout@v2
20+ - name : Setup python
21+ uses : actions/setup-python@v2
22+ with :
23+ python-version : ${{ matrix.python_version }}
24+ - name : Install dependencies
25+ run : pip install tox tox-gh-actions
26+ - name : Run tox
27+ run : tox
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ envlist =
77 py{35,36,37}-django220
88 py{36,37,38}-django300
99
10- [travis ]
10+ [gh-actions ]
1111python =
1212 2.7: py27
1313 3.4: py34
You can’t perform that action at this time.
0 commit comments