diff --git a/shippable.yml b/shippable.yml index dda0477..6e10e5c 100644 --- a/shippable.yml +++ b/shippable.yml @@ -7,7 +7,7 @@ python: # Mongo binds to 127.0.0.1 by default services: - couchdb - +#test pr install: - pip install -r requirements.txt @@ -20,7 +20,6 @@ before_script: archive: true script: true - #cache: true after_script: - cp README.md ./shippable @@ -28,7 +27,5 @@ after_script: - 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