Skip to content

Commit

Permalink
Fix travis (#147)
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
Knio committed Jul 27, 2022
1 parent a0d60b6 commit b7898b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@ python:
- "3.7"
- "3.8"
- "3.9"
- "3.10-dev"
- "pypy"
- "pypy3"

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install pip --upgrade
- pip install importlib_metadata --upgrade # fix for broken py3.7
- pip install pytest --upgrade
# - pip install pylint --upgrade

# command to run tests, e.g. python setup.py test
script:
- python setup.py sdist --format=zip
- python setup.py sdist --formats=zip
- pip install dist/pynmea2*.zip
- py.test
# - pylint -E pynmea2 ## pylint is not backwards compatible with itself
Expand Down

0 comments on commit b7898b7

Please sign in to comment.