Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
152915c0
Unverified
Commit
152915c0
authored
Jan 29, 2017
by
Joost Rijneveld
Browse files
Add pip conflict checks to testing pipeline
parent
0f324b06
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
152915c0
...
...
@@ -5,6 +5,7 @@ skipsdist = True
[testenv]
changedir
=
{toxinidir}/website
commands
=
pipconflictchecker
# if this fails, use pipdeptree to debug
python
manage.py
check
python
manage.py
templatecheck
--project-only
python
manage.py
makemigrations
--no-input
--check
--dry-run
...
...
@@ -12,6 +13,7 @@ commands =
deps
=
-r{toxinidir}/requirements.txt
coverage
pip-conflict-checker
{env:CI_DEPS:}
passenv
=
GITLAB_CI
...
...
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