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 8, 2017
1 parent 72e92e4 commit f2ab170
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 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: 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 f2ab170

Please sign in to comment.