Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MJU-POPS
ckanext-archiver
Commits
8d238af7
Commit
8d238af7
authored
Nov 16, 2015
by
David Read
Browse files
Rename requirements-dev.txt dev-requirements.txt for consistency with other extensions.
parent
552ae86d
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
8d238af7
...
...
@@ -92,9 +92,9 @@ NB Previously you needed both ckanext-archiver and ckanext-qa to see the broken
paster --plugin=ckanext-archiver archiver init --config=production.ini
6. Install the developer dependencies::
6. Install the developer dependencies
, needed for the migration
::
pip install -r requirements
-dev
.txt
pip install -r
dev-
requirements.txt
7. Migrate your database to the new Archiver tables::
...
...
@@ -214,7 +214,7 @@ To run the tests:
2. If not done already, install the dev requirements::
(pyenv)~/pyenv/src/ckan$ pip install ../ckanext-archiver/requirements
-dev
.txt
(pyenv)~/pyenv/src/ckan$ pip install ../ckanext-archiver/
dev-
requirements.txt
3. From the CKAN root directory (not the extension root) do::
...
...
bin/travis-build.bash
View file @
8d238af7
...
...
@@ -33,7 +33,7 @@ pip install -e git+https://github.com/datagovuk/ckanext-report.git#egg=ckanext-r
echo
"Installing ckanext-archiver and its requirements..."
python setup.py develop
pip
install
-r
requirements
-dev
.txt
pip
install
-r
dev-
requirements.txt
echo
"Moving test-core.ini into a subdir..."
mkdir
subdir
...
...
requirements
-dev
.txt
→
dev-
requirements.txt
View file @
8d238af7
File moved
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