From a2ca2bb082584118307b205867c9ad84fa821263 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 13 Aug 2014 17:44:08 -0700 Subject: [PATCH 1/2] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 6735a1b..e94784d 100644 --- a/shippable.yml +++ b/shippable.yml @@ -24,4 +24,3 @@ script: - 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 - From c66e7e759940eb663003e17c43046033170dda12 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Fri, 15 Aug 2014 14:41:10 -0700 Subject: [PATCH 2/2] Delete shippable.yml --- shippable.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 shippable.yml diff --git a/shippable.yml b/shippable.yml deleted file mode 100644 index e94784d..0000000 --- a/shippable.yml +++ /dev/null @@ -1,26 +0,0 @@ -language: python - -python: - - 2.7 - - pypy - -matrix: - allow_failures: - - python: pypy - -# Mongo binds to 127.0.0.1 by default -services: - - mongodb - -install: - - pip install -r requirements.txt - -# Make folders for the reports -before_script: - - mkdir -p shippable/testresults - - mkdir -p shippable/codecoverage - -script: - - 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