Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Commit

Permalink
added travis + badges
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni committed Apr 10, 2018
1 parent 2dd117e commit e599ba3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "2.7"
# command to install dependencies
install:
- "pip install -e ."
- "pip install -r requirements.txt"
- "pip install -r dev_requirements.txt"
# command to run tests
script: coverage run --source=ckanext.status setup.py nosetests
after_success: coveralls
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ckanext-feedback
================

[![Travis branch](https://img.shields.io/travis/NaturalHistoryMuseum/ckanext-feedback/master.svg?style=flat-square)](https://travis-ci.org/NaturalHistoryMuseum/ckanext-feedback) [![Coveralls github branch](https://img.shields.io/coveralls/github/NaturalHistoryMuseum/ckanext-feedback/master.svg?style=flat-square)](https://coveralls.io/github/NaturalHistoryMuseum/ckanext-feedback)

Feedback extension for CKAN

This extension provides feedback side bar.
Expand Down
5 changes: 5 additions & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nose
mock
httpretty
coveralls
-e git+https://github.com/NaturalHistoryMuseum/ckan.git@ckan-upgrade-2.8.0a#egg=ckan

0 comments on commit e599ba3

Please sign in to comment.