Skip to content

Commit

Permalink
travis pytest, #2587
Browse files Browse the repository at this point in the history
  • Loading branch information
𝐢𝐁𝐮𝐠 ♦ committed Jan 9, 2019
1 parent 40c5668 commit 7d990f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
install:
- pip3 install -r requirements.txt --upgrade
- pip3 install -r user_requirements.txt --upgrade
- pip3 install pytest-cov codecov python-coveralls
- pip3 install pytest-cov==2.6.1 codecov python-coveralls
- pip3 uninstall pytest-capturelog || true
before_script:
- sh test/spinup_git.sh
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ beautifulsoup4>=4.6.0
requests>=2.18.4
websocket-client>=0.54.0
coverage>=4.5.1
pytest>=3.6.0
pytest>=4.1.0
phonenumbers>=8.8.11
flake8~=3.6.0
pep8-naming==0.7.0
Expand Down

0 comments on commit 7d990f2

Please sign in to comment.