Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ Python Sample

Simple Python sample with tests using Nose and Coverage.



[![Build Status](https://apibeta.shippable.com/projects/5420089b76d0c288e441e5ee/badge?branchName=master)](https://appbeta.shippable.com/projects/5420089b76d0c288e441e5ee/builds/latest)
#test
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nose
#nose

24 changes: 15 additions & 9 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
language: python

#build_image: shippable/minv2:beta
#build_image: shippable/minv2

python:
- 2.6
- 2.7
- 3.2
- 3.3
# - 3.2
# - 3.3
- 3.4
# - pypy
- 3.5
- pypy



before_install:
- source ~/.rvm/scripts/rvm && rvm use 1.9.2
#before_install:
# - source ~/.rvm/scripts/rvm && rvm use 1.9.2

env:
- FOO=foo BAR=bar
- FOO=bar BAR=foo

install:
- pip install -r requirements.txt
#install:
# - pip install -r requirements.txt

# Make folders for the reports
before_script:
- mkdir -p shippable/testresults
- mkdir -p shippable/codecoverage
- git --version
- python --version

script:
- nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
Expand All @@ -44,3 +49,4 @@ notifications:
#test
#cache: true
parallelized_test : true
#testing