Skip to content

Commit 50f6890

Browse files
committed
Use tox in GitHub Action
1 parent dd4d4c1 commit 50f6890

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install -e git+https://github.com/maxmind/GeoIP2-python#egg=geoip2
31+
pip install tox tox-gh-actions
3132
32-
- name: Test
33-
run: python setup.py test
33+
- name: Test with tox
34+
run: tox

0 commit comments

Comments
 (0)