Skip to content
Open

Pr #6

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
# Mongo binds to 127.0.0.1 by default
services:
- couchdb

#test pr

install:
- pip install -r requirements.txt
Expand All @@ -20,15 +20,12 @@ before_script:
archive: true
script: true


#cache: true
after_script:
- cp README.md ./shippable
- nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
- which python && coverage run --branch test.py
- which python && coverage xml -o shippable/codecoverage/coverage.xml test.py

branches:
only:
- master

#build_image: shippable/minv2:beta