diff --git a/README.md b/README.md index 2b2c6c7a..f324c3b7 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt index d1bcee5e..742e57eb 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -nose +#nose diff --git a/shippable.yml b/shippable.yml index ecec0ba5..b3471089 100755 --- a/shippable.yml +++ b/shippable.yml @@ -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 @@ -44,3 +49,4 @@ notifications: #test #cache: true parallelized_test : true +#testing