mirror of
https://github.com/sprockets/cookiecutter-sprockets.git
synced 2024-11-15 03:00:23 +00:00
Fix travis testing for Python 2.6 and minor doc cleanup
This commit is contained in:
parent
cd37c53aca
commit
4e5bd1d49a
3 changed files with 5 additions and 7 deletions
|
@ -9,6 +9,7 @@ python:
|
|||
- 3.3
|
||||
- 3.4
|
||||
install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
|
||||
- pip install -r test-requirements.txt
|
||||
- pip install -e .
|
||||
script: nosetests
|
||||
|
|
|
@ -6,7 +6,7 @@ sprockets.{{ cookiecutter.project_name }}
|
|||
|
||||
Installation
|
||||
------------
|
||||
sprockets.{{ cookiecutter.project_name }} is available on the
|
||||
``sprockets.{{ cookiecutter.project_name }}`` is available on the
|
||||
`Python Package Index <https://pypi.python.org/pypi/sprockets.{{ cookiecutter.project_name }}>`_
|
||||
and can be installed via ``pip`` or ``easy_install``:
|
||||
|
||||
|
@ -20,20 +20,17 @@ https://sprockets{{ cookiecutter.project_name.replace('.', '') }}.readthedocs.or
|
|||
|
||||
Requirements
|
||||
------------
|
||||
@TODO: Put full requirements list here, should match requirements.text
|
||||
- `sprockets <https://github.com/sprockets/sprockets>`_
|
||||
|
||||
Example
|
||||
-------
|
||||
This examples demonstrates how to use sprockets.{{ cookiecutter.project_name }} by ...
|
||||
This examples demonstrates how to use ``sprockets.{{ cookiecutter.project_name }}`` by ...
|
||||
.. code:: python
|
||||
|
||||
from sprockets import {{ cookiecutter.project_name }}
|
||||
|
||||
# Example here
|
||||
|
||||
More complex examples and documentation are available at https://sprockets.{{ cookiecutter.project_name }}.readthedocs.org
|
||||
|
||||
Version History
|
||||
---------------
|
||||
Available at https://sprockets{{ cookiecutter.project_name.replace('.', '') }}.readthedocs.org/en/latest/history.html
|
||||
|
|
|
@ -37,11 +37,11 @@ Please report any issues to the Github project at `https://github.com/sprockets/
|
|||
|
||||
Source
|
||||
------
|
||||
sprockets.{{ cookiecutter.project_name }} source is available on Github at `https://github.com/sprockets/sprockets.{{ cookiecutter.project_name }} <https://github.com/sprockets/sprockets.{{ cookiecutter.project_name }}>`_
|
||||
``sprockets.{{ cookiecutter.project_name }}`` source is available on Github at `https://github.com/sprockets/sprockets.{{ cookiecutter.project_name }} <https://github.com/sprockets/sprockets.{{ cookiecutter.project_name }}>`_
|
||||
|
||||
License
|
||||
-------
|
||||
sprockets.{{ cookiecutter.project_name }} is released under the `3-Clause BSD license <https://github.com/sprockets/sprockets.{{ cookiecutter.project_name }}/blob/master/LICENSE>`_.
|
||||
``sprockets.{{ cookiecutter.project_name }}`` is released under the `3-Clause BSD license <https://github.com/sprockets/sprockets.{{ cookiecutter.project_name }}/blob/master/LICENSE>`_.
|
||||
|
||||
Indices and tables
|
||||
------------------
|
||||
|
|
Loading…
Reference in a new issue