Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
memopol
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Political Memory
memopol
Commits
fbe41df2
Commit
fbe41df2
authored
Jun 14, 2016
by
njoyard
Committed by
GitHub
Jun 14, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #27 from political-memory/fix-deps
Fix deps
parents
aa51e307
fecbf4cd
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
37 additions
and
18 deletions
+37
-18
.travis.yml
.travis.yml
+2
-6
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossier.content
...e_fixtures/RepresentativeManagerTest.test_dossier.content
+0
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossier.metadata
..._fixtures/RepresentativeManagerTest.test_dossier.metadata
+3
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossier/status_code
...xtures/RepresentativeManagerTest.test_dossier/status_code
+0
-1
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossiers.content
..._fixtures/RepresentativeManagerTest.test_dossiers.content
+0
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossiers.metadata
...fixtures/RepresentativeManagerTest.test_dossiers.metadata
+3
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossiers/status_code
...tures/RepresentativeManagerTest.test_dossiers/status_code
+0
-1
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposal.content
..._fixtures/RepresentativeManagerTest.test_proposal.content
+0
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposal.metadata
...fixtures/RepresentativeManagerTest.test_proposal.metadata
+3
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposal/status_code
...tures/RepresentativeManagerTest.test_proposal/status_code
+0
-1
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposals.content
...fixtures/RepresentativeManagerTest.test_proposals.content
+0
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposals.metadata
...ixtures/RepresentativeManagerTest.test_proposals.metadata
+3
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposals/status_code
...ures/RepresentativeManagerTest.test_proposals/status_code
+0
-1
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_vote.content
...onse_fixtures/RepresentativeManagerTest.test_vote.content
+0
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_vote.metadata
...nse_fixtures/RepresentativeManagerTest.test_vote.metadata
+3
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_vote/status_code
..._fixtures/RepresentativeManagerTest.test_vote/status_code
+0
-1
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_votes.content
...nse_fixtures/RepresentativeManagerTest.test_votes.content
+0
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_votes.metadata
...se_fixtures/RepresentativeManagerTest.test_votes.metadata
+3
-0
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_votes/status_code
...fixtures/RepresentativeManagerTest.test_votes/status_code
+0
-1
setup.py
setup.py
+17
-6
No files found.
.travis.yml
View file @
fbe41df2
sudo
:
false
language
:
python
env
:
-
DJANGO
="django>1.8,<1.9" DJANGO
_SETTINGS_MODULE=representatives_votes.tests.settings
-
DJANGO_SETTINGS_MODULE=representatives_votes.tests.settings
python
:
-
"
2.7"
before_install
:
-
pip install codecov
install
:
-
pip install $DJANGO pep8 flake8 pytest-django pytest-cov codecov django-responsediff==0.4.0 mock
-
pip install https://github.com/political-memory/django-representatives/archive/parltrack.tar.gz#egg=django-representatives
-
pip install -e .[api]
-
pip install -e .[api,testing]
script
:
-
django-admin migrate
-
flake8 representatives_votes/ --exclude migrations --ignore E128
...
...
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossier
/
content
→
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossier
.
content
View file @
fbe41df2
File moved
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossier.metadata
0 → 100644
View file @
fbe41df2
{
"status_code": 200
}
\ No newline at end of file
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossier/status_code
deleted
100644 → 0
View file @
aa51e307
200
\ No newline at end of file
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossiers
/
content
→
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossiers
.
content
View file @
fbe41df2
File moved
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossiers.metadata
0 → 100644
View file @
fbe41df2
{
"status_code": 200
}
\ No newline at end of file
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_dossiers/status_code
deleted
100644 → 0
View file @
aa51e307
200
\ No newline at end of file
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposal
/
content
→
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposal
.
content
View file @
fbe41df2
File moved
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposal.metadata
0 → 100644
View file @
fbe41df2
{
"status_code": 200
}
\ No newline at end of file
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposal/status_code
deleted
100644 → 0
View file @
aa51e307
200
\ No newline at end of file
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposals
/
content
→
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposals
.
content
View file @
fbe41df2
File moved
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposals.metadata
0 → 100644
View file @
fbe41df2
{
"status_code": 200
}
\ No newline at end of file
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_proposals/status_code
deleted
100644 → 0
View file @
aa51e307
200
\ No newline at end of file
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_vote
/
content
→
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_vote
.
content
View file @
fbe41df2
File moved
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_vote.metadata
0 → 100644
View file @
fbe41df2
{
"status_code": 200
}
\ No newline at end of file
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_vote/status_code
deleted
100644 → 0
View file @
aa51e307
200
\ No newline at end of file
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_votes
/
content
→
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_votes
.
content
View file @
fbe41df2
File moved
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_votes.metadata
0 → 100644
View file @
fbe41df2
{
"status_code": 200
}
\ No newline at end of file
representatives_votes/tests/response_fixtures/RepresentativeManagerTest.test_votes/status_code
deleted
100644 → 0
View file @
aa51e307
200
\ No newline at end of file
setup.py
View file @
fbe41df2
...
...
@@ -12,15 +12,26 @@ setup(
license
=
'GPLv3'
,
keywords
=
'django government parliament votes'
,
install_requires
=
[
'django-representatives>=0.0.15'
,
'py-dateutil'
,
'pytz'
,
'ijson'
,
'django>1.8,<1.9'
,
'django-representatives>=0.0.23'
,
'py-dateutil>=2,<3'
,
'ijson>=2,<3'
,
'pytz'
,
# Always use up-to-date TZ data
],
extras_require
=
{
'api'
:
[
'django-filter'
,
'djangorestframework'
,
'django-filter>=0.13,<0.14'
,
'djangorestframework>=3,<4'
,
],
'testing'
:
[
'codecov>=2,<3'
,
'flake8>=2,<3'
,
'mock>=2,<3'
,
'pep8>=1,<2'
,
'pytest>=2,<3'
,
'pytest-django>=2,<3'
,
'pytest-cov>=2,<3'
,
'django-responsediff>=0.6,<0.7'
]
},
entry_points
=
{
...
...
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