Skip to content

Commit

Permalink
Python 2/7
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33l committed Apr 3, 2024
1 parent 68dfe49 commit fb4303a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,19 @@ jobs:
- name: Run tests
run: python setup.py test

build-27:
runs-on: ubuntu-latest
steps:
- name: Test on Python 2.7
uses: LizardByte/setup-python-action@master
with:
python-version: '2.7'

- name: Install dependencies for Python 2.7
run: |
python2.7 -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests for Python 2.7
run: python2.7 setup.py test

0 comments on commit fb4303a

Please sign in to comment.