Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Django Private Storage
Commits
78fc2c57
Commit
78fc2c57
authored
Jul 22, 2019
by
Pavel Savchenko
Committed by
Diederik van der Boor
Jul 30, 2019
Browse files
fix: require django-storages and boto for coverage
otherwise the coverage env is missing these dependencies
parent
ce716a3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
78fc2c57
...
...
@@ -3,13 +3,19 @@ envlist=
py27-django{18,19,110,111},
py36-django{18,19,110,111},
py36-django{20},
py36-django{21},
py36-django{22},
# py36-django-dev,
coverage,
[
testenv
]
[
base
]
deps
=
django-storages
boto3
[testenv]
deps
=
{
[base]
deps}
django18:
Django
>=
1.8,<1.9
django19:
Django
>=
1.9,<1.10
django110:
Django
>=
1.10,<1.11
...
...
@@ -24,6 +30,7 @@ basepython=python3.6
deps
=
django
=
=1.11
coverage
{
[base]
deps}
commands
=
coverage
erase
coverage
run
--rcfile
=
.coveragerc runtests.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment