Skip to content

Commit

Permalink
Move pypy3.6 to github actions
Browse files Browse the repository at this point in the history
Specifying a pypy version was recently supported:
actions/setup-python#168

Move away from GitLab CI due to #81

Close #81
  • Loading branch information
xuhdev committed Jan 6, 2021
1 parent 01dda12 commit 169e8ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 31 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/runtime.yml
Expand Up @@ -57,6 +57,12 @@ jobs:
- os: windows-2019
python-version: 3.9
LC_ALL: en.UTF-8
- os: ubuntu-18.04
LC_ALL: en.UTF-8
python-version: pypy-3.6
- os: ubuntu-20.04
LC_ALL: C.UTF-8
python-version: pypy-3.7

name: (Runtime) Python ${{ matrix.python-version }} -- Platform = ${{ matrix.os }} -- LC_ALL = ${{ matrix.LC_ALL }}
steps:
Expand Down
30 changes: 0 additions & 30 deletions .gitlab-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{36,37,38,39,py3},lint,docs
envlist = py{36,37,38,39,py3.6,py3.7},lint,docs

[testenv]
download = True
Expand Down

0 comments on commit 169e8ff

Please sign in to comment.