Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodburi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
zodburi
Commits
8ccc20e7
Commit
8ccc20e7
authored
Feb 15, 2023
by
Éloi Rivard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added GHA tests
parent
d2430502
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
.github/workflows/tests.yaml
.github/workflows/tests.yaml
+30
-0
No files found.
.github/workflows/tests.yaml
0 → 100644
View file @
8ccc20e7
---
name
:
tests
on
:
push
:
pull_request
:
jobs
:
tests
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python
:
-
'
3.11'
-
'
3.10'
-
'
3.9'
-
'
3.8'
-
'
3.7'
-
'
pypy-3.7'
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-python@v2
with
:
python-version
:
${{ matrix.python }}
-
uses
:
actions/cache@v1
with
:
path
:
~/.cache/pip
key
:
pip|${{ hashFiles('setup.py') }}|${{ hashFiles('tox.ini') }}
-
run
:
pip install tox
-
run
:
tox -e py
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment