We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4d4c1 commit 50f6890Copy full SHA for 50f6890
1 file changed
.github/workflows/test.yml
@@ -28,6 +28,7 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip
30
pip install -e git+https://github.com/maxmind/GeoIP2-python#egg=geoip2
31
+ pip install tox tox-gh-actions
32
- - name: Test
33
- run: python setup.py test
+ - name: Test with tox
34
+ run: tox
0 commit comments