Skip to content

Commit

Permalink
Merge pull request #85 from TheFriendlyCoder/pypyfix
Browse files Browse the repository at this point in the history
Pypyfix
  • Loading branch information
TheFriendlyCoder committed Jul 19, 2020
2 parents 3b33b26 + d864f3d commit 6a80833
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Expand Up @@ -17,4 +17,6 @@ formats:
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -4,7 +4,7 @@ python:
- 3.5
- 3.7
- 3.8
#- pypy3.5
- pypy3.5

install:
# pinning coverage package until bugs with coveralls plugin is fixed
Expand All @@ -17,6 +17,7 @@ script:
- echo $PYVER
- tox -e py$PYVER-lint
- tox -e py$PYVER-test
- '[ "$TRAVIS_PYTHON_VERSION" = "3.7" ] && coveralls || echo Skipping Coveralls'

# Deploy to test.pypi.org for branches
# Deploy to pypi.org for tags
Expand All @@ -39,6 +40,3 @@ jobs:
- twine upload --repository-url https://test.pypi.org/legacy/
dist/*.whl -u $DEPLOY_USER -p $DEPLOY_PASS
if: tag IS NOT true

after_success:
- coveralls

0 comments on commit 6a80833

Please sign in to comment.