Skip to content

Commit

Permalink
Test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeyer committed Sep 21, 2017
1 parent b80a769 commit 58ff700
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: false
language: python
python:
- 2.7
Expand All @@ -7,4 +8,9 @@ env:
install:
- "pip install -r requirements/test.txt"
- "cp ./mycyclediary_dot_com/settings/secrets.py.example ./mycyclediary_dot_com/settings/secrets.py"
script: "./manage.py test"
script:
- coverage run manage.py test
after_success:
- coveralls
after_script:
- pylint mycyclediary_dot_com
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# mycyclediary_dot_com
[![Coverage Status](https://coveralls.io/repos/github/rgeyer/mycyclediary_dot_com/badge.svg)](https://coveralls.io/github/rgeyer/mycyclediary_dot_com)

[![Build Status](https://travis-ci.org/rightscale-cookbooks/marker.svg?branch=master)](https://travis-ci.org/rightscale-cookbooks/marker)

# Stuff it can/should do
* Strava monthly/weekly goals
Expand Down
5 changes: 4 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
-r common.txt
-r common.txt
pylint
coverage
coveralls

0 comments on commit 58ff700

Please sign in to comment.