Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
luxcem
memopol
Commits
bc8dbef6
Commit
bc8dbef6
authored
Oct 09, 2016
by
okhin
Browse files
Merge branch 'master' of git.laquadrature.net:political-memory/political_memory
parents
fed8b390
55f0e38f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
bc8dbef6
...
...
@@ -10,9 +10,9 @@ setenv =
passenv
=
*
usedevelop
=
true
commands
=
pip
install
-U
pip
pip
install
-U
setuptools
pip
install
-Ue
{toxinidir}
[testing]
pip
install
--cache-dir
/var/cache/pip
-U
pip
pip
install
--cache-dir
/var/cache/pip
-U
setuptools
pip
install
--cache-dir
/var/cache/pip
-Ue
{toxinidir}
[testing]
{toxinidir}/src/memopol/bin/install_client_deps.sh
cp
{toxinidir}/src/memopol/tests/local_settings.py
{toxinidir}/src/memopol/local_settings.py
py.test
src/
...
...
@@ -41,9 +41,9 @@ changedir = {toxinidir}
basepython
=
python2.7
passenv
=
*
commands
=
pip
install
-U
pip
pip
install
-U
setuptools
pip
install
-Ue
{toxinidir}
[testing]
pip
install
--cache-dir
/var/cache/pip
-U
pip
pip
install
--cache-dir
/var/cache/pip
-U
setuptools
pip
install
--cache-dir
/var/cache/pip
-Ue
{toxinidir}
[testing]
flake8
src
--exclude
'*/migrations,docs,static'
--ignore
E128
[testenv:docs]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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