Skip to content

Commit

Permalink
Merge pull request #60 from tony/travis
Browse files Browse the repository at this point in the history
Travis-ci and badge test cookiecutter-pypackage
  • Loading branch information
audreyfeldroy committed Aug 7, 2015
2 parents e60cd83 + 5db1263 commit 1455590
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: python

python:
- "3.4"
- "2.7"
- "pypy"

before_install:
- pip install cookiecutter
- cookiecutter . --no-input

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r ./boilerplate/requirements.txt

script: cd ./boilerplate && python setup.py test
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -2,6 +2,9 @@
cookiecutter-pypackage
======================

.. image:: https://img.shields.io/travis/audreyr/cookiecutter-pypackage.svg
:target: https://travis-ci.org/audreyr/cookiecutter-pypackage

Cookiecutter template for a Python package. See https://github.com/audreyr/cookiecutter.

* Free software: BSD license
Expand Down

0 comments on commit 1455590

Please sign in to comment.