Skip to content

Commit

Permalink
Merge branch 'DEV_0.6.3' into 420_sort_relations_alfa
Browse files Browse the repository at this point in the history
* DEV_0.6.3:
  Update pyup config.
  Always update setuptools.
  • Loading branch information
Koen Van Daele committed Dec 14, 2017
2 parents 9220563 + 1e48d58 commit 7ec0f68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pyup.yml
Expand Up @@ -2,3 +2,10 @@
# see https://pyup.io/docs/configuration/ for all available options

schedule: every week

# Focus on production requirements, not development
requirements:
- requirements.txt:
update: all
- requirements-dev.txt:
update: insecure
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -8,6 +8,7 @@ deps =
mock
testfixtures
commands =
pip install -U setuptools
pip install -r requirements-dev.txt
py.test tests

Expand All @@ -21,5 +22,6 @@ deps =
mock
testfixtures
commands =
pip install -U setuptools
pip install -r requirements-dev.txt
py.test --cov atramhasis --cov-report term-missing tests

0 comments on commit 7ec0f68

Please sign in to comment.