Skip to content

Commit

Permalink
Edits github actions file for 2.7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
egarciadiaz committed Aug 10, 2023
1 parent c104e08 commit 541367c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@ jobs:
# if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
pip install coveralls
- name: Run test
if: matrix.python-version == '2.7'
run: |
python setup.py test
- name: Run test
if: matrix.python-version == '3.11'
run: |
coverage run setup.py test

0 comments on commit 541367c

Please sign in to comment.