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
Political Memory
memopol
Commits
4699fbeb
Commit
4699fbeb
authored
Oct 09, 2016
by
okhin
Browse files
Fixing the tox qa env
parent
ac6e47ab
Pipeline
#167
passed with stage
in 15 minutes and 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
tox.ini
View file @
4699fbeb
...
...
@@ -32,6 +32,7 @@ whitelist_externals =
cp
createdb
dropdb
bash
[testenv:qa]
skipsdist
=
True
...
...
@@ -39,6 +40,8 @@ changedir = {toxinidir}
basepython
=
python2.7
passenv
=
*
commands
=
pip
install
-U
pip
pip
install
-U
setuptools
pip
install
-Ue
{toxinidir}
[testing]
flake8
src
--exclude
'*/migrations,docs,static'
--ignore
E128
...
...
Write
Preview
Supports
Markdown
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