Skip to content

Commit

Permalink
Updated dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstislon authored Jul 26, 2020
1 parent 04da4d9 commit 91d628a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- phone-gen --version
after_success: false
env:
- PHONENUMBERS="8.12.6" # last version
- PHONENUMBERS="8.12.7" # last version

python:
- "pypy3"
Expand All @@ -54,7 +54,7 @@ install:
- pip install -e .
script:
- pip freeze | grep phonenumbers
- pytest tests -m "not phonenumbers"
- pytest tests


deploy:
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true
requests = "==2.24.0"
pytest = "==5.4.3"
pytest-cov = "==2.10.0"
phonenumbers = "==8.12.6"
phonenumbers = "==8.12.7"
black = "==19.10b0"
flake8 = "==3.8.3"
pep8-naming = "==0.11.1"
Expand Down

0 comments on commit 91d628a

Please sign in to comment.