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
Political Memory
memopol
Commits
ac6e47ab
Commit
ac6e47ab
authored
Oct 09, 2016
by
okhin
Browse files
Let's try this way
parent
239f5770
Pipeline
#166
failed with stage
in 18 minutes and 6 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
tox.ini
View file @
ac6e47ab
...
@@ -16,7 +16,7 @@ commands =
...
@@ -16,7 +16,7 @@ commands =
{toxinidir}/src/memopol/bin/install_client_deps.sh
{toxinidir}/src/memopol/bin/install_client_deps.sh
cp
{toxinidir}/src/memopol/tests/local_settings.py
{toxinidir}/src/memopol/local_settings.py
cp
{toxinidir}/src/memopol/tests/local_settings.py
{toxinidir}/src/memopol/local_settings.py
py.test
src/
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
memopol
migrate
bash
-c
'cat
src/representatives/contrib/francedata/tests/representatives_input.json
|
francedata_import_representatives'
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'
bash
-c
'cat
src/representatives/contrib/parltrack/tests/representatives_fixture.json
|
parltrack_import_representatives'
...
@@ -25,7 +25,7 @@ commands =
...
@@ -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/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/dossiers_fixture.json
|
parltrack_import_dossiers'
bash
-c
'cat
src/representatives_votes/contrib/parltrack/tests/votes_fixture.json
|
parltrack_import_votes'
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
=
whitelist_externals
=
psql
psql
...
...
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