Skip to content

Commit

Permalink
trying out shippable
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Aug 14, 2014
1 parent 86f8d09 commit c764485
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"

install:
- pip install -r requirements/ci.txt --use-mirrors

services:
- redis-server
- memcached

script:
- mkdir -p shippable/codecoverage/
- mkdir -p shippable/testresults/
- nosetests tests --with-cov --cov-report=xml --with-xunit --xunit-file=shippable/testresults/nosetests -v
- mv coverage.xml shippable/codecoverage/

0 comments on commit c764485

Please sign in to comment.