Skip to content

Commit

Permalink
Merge pull request #23 from Lumen5/fix-pep3106-viewitems
Browse files Browse the repository at this point in the history
Fix pep3106 viewitems
  • Loading branch information
dacox authored Aug 15, 2019
2 parents 36843a2 + d640e7f commit b65b56f
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 137 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ workflows:
main:
jobs:
- test_py27
- test_py35
- test_py36
- test_py37
- test_pypy3
Expand All @@ -26,6 +27,14 @@ jobs:
- run: pip install pipenv==2018.10.13
- run: pipenv --python $(which python) install --dev
- run: pipenv run pytest --cov pygetty --cov-report term-missing --cov-report xml
test_py35:
docker:
- image: python:3.5
steps:
- checkout
- run: pip install pipenv==2018.10.13
- run: pipenv --python $(which python) install --dev
- run: make test
test_py36:
docker:
- image: python:3.6.6-alpine3.8
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name = "pypi"
requests = ">=2.20.0"
pendulum = "~=2.0"
future = "*"
"urllib3" = ">=1.24.2"

[dev-packages]
codecov = "~=2.0"
Expand Down
Loading

0 comments on commit b65b56f

Please sign in to comment.