Skip to content

Commit

Permalink
Merge 541de73 into 0b2d72a
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFriendlyCoder committed Jul 19, 2020
2 parents 0b2d72a + 541de73 commit 7f2c83f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -7,13 +7,16 @@ python:
#- pypy3.5

install:
- pip install tox tox-factor wheel python-coveralls
# pinning coverage package until bugs with coveralls plugin is fixed
# https://github.com/z4r/python-coveralls/issues/73
- pip install tox tox-factor wheel python-coveralls "coverage<5.0"

script:
- echo $TRAVIS_PYTHON_VERSION
- export PYVER=`echo $TRAVIS_PYTHON_VERSION | tr "." "\n" | head -n 1 | sed 's/^py//'`
- echo $PYVER
- tox -f py$PYVER
- tox -e py$PYVER-lint
- tox -e py$PYVER-test

# Deploy to test.pypi.org for branches
# Deploy to pypi.org for tags
Expand Down
5 changes: 4 additions & 1 deletion project.prop
Expand Up @@ -21,7 +21,10 @@
"sphinxcontrib-apidoc",
"sphinx-rtd-theme",
"tox",
"tox-factor"
"tox-factor",
# pinning coverage package until bugs with coveralls plugin is fixed
# https://github.com/z4r/python-coveralls/issues/73
"coverage<5.0"
],
"DESCRIPTION" : "Python wrapper around the Pinterest developer APIs",
"KEYWORDS" : "pinterest api wrapper library",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -6,7 +6,7 @@ Babel==2.8.0
bleach==3.1.5
certifi==2020.6.20
chardet==3.0.4
coverage==5.2
coverage==4.5.4
dateutils==0.6.8
distlib==0.3.1
docutils==0.16
Expand Down

0 comments on commit 7f2c83f

Please sign in to comment.