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
Anthony
memopol
Commits
ac6e47ab
Commit
ac6e47ab
authored
Oct 09, 2016
by
okhin
Browse files
Let's try this way
parent
239f5770
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
ac6e47ab
...
...
@@ -16,7 +16,7 @@ commands =
{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/
createdb
-U
memopol_test
-p
5433
$CI_BUILD_REF_NAME
bash
-c
'
createdb
-U
memopol_test
-p
5433
$CI_BUILD_REF_NAME
'
memopol
migrate
bash
-c
'cat
src/representatives/contrib/francedata/tests/representatives_input.json
|
francedata_import_representatives'
bash
-c
'cat
src/representatives/contrib/parltrack/tests/representatives_fixture.json
|
parltrack_import_representatives'
...
...
@@ -25,7 +25,7 @@ commands =
bash
-c
'cat
src/representatives_votes/contrib/francedata/tests/votes_input.json
|
francedata_import_votes'
bash
-c
'cat
src/representatives_votes/contrib/parltrack/tests/dossiers_fixture.json
|
parltrack_import_dossiers'
bash
-c
'cat
src/representatives_votes/contrib/parltrack/tests/votes_fixture.json
|
parltrack_import_votes'
dropdb
-U
memopol_test
-p
5433
$CI_BUILD_REF_NAME
bash
-c
'
dropdb
-U
memopol_test
-p
5433
$CI_BUILD_REF_NAME
'
whitelist_externals
=
psql
...
...
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