Skip to content

Commit

Permalink
pyup + travis deps from file
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev committed Mar 4, 2018
1 parent ce6e0d8 commit f8f3322
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .pyup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Label PRs with `deps-update` label
label_prs: deps-update

schedule: every week
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ python:
- 3.6
install:
- pip install -U pip setuptools
- pip install -U pytest-runner pytest-aiohttp pytest-pep8 pytest-mock pytest-cov
- pip install -U aiohttp_jinja2
- pip install -Ur requirements/ci.txt
- pip install codecov
- FAKE_UI=1 python setup.py install
script: py.test
Expand Down

0 comments on commit f8f3322

Please sign in to comment.