Skip to content

Commit

Permalink
Recut with cookiecutter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Mar 9, 2017
1 parent 72e92e4 commit 3598150
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ docs/kenjutsu*.rst

# PyBuilder
target/

# pyenv python configuration file
.python-version
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Config file for automatic testing at travis-ci.org
# This file will be regenerated if you run travis_pypi_setup.py

sudo: false

language: generic
Expand Down Expand Up @@ -54,7 +57,8 @@ after_success:
notifications:
email: false

# Deploy package to PyPI when tagged.
# After you create the Github repo and add it to Travis, run the
# travis_pypi_setup.py script to finish PyPI deployment setup
deploy:
provider: pypi
distributions: sdist
Expand Down
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ kenjutsu

.. image:: https://img.shields.io/pypi/v/kenjutsu.svg
:target: https://pypi.python.org/pypi/kenjutsu
:alt: PyPI

.. image:: https://anaconda.org/conda-forge/kenjutsu/badges/version.svg
:target: https://anaconda.org/conda-forge/kenjutsu
:alt: conda-forge

.. image:: https://img.shields.io/travis/jakirkham/kenjutsu/master.svg
:target: https://travis-ci.org/jakirkham/kenjutsu
:alt: Travis CI

.. image:: https://readthedocs.org/projects/kenjutsu/badge/?version=latest
:target: https://kenjutsu.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
:alt: Read the Docs

.. image:: https://coveralls.io/repos/github/jakirkham/kenjutsu/badge.svg
:target: https://coveralls.io/github/jakirkham/kenjutsu
Expand Down
5 changes: 0 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
.. kenjutsu documentation master file, created by
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to kenjutsu's documentation!
======================================

Expand Down
4 changes: 4 additions & 0 deletions environment_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ channels:
dependencies:
- pip==9.0.1
- wheel==0.29.0
- flake8==2.6.2
- coverage==3.7.1
- python-coveralls==2.5.0
- Sphinx==1.5.1
- cryptography==1.4
- pyyaml==3.11

0 comments on commit 3598150

Please sign in to comment.