diff --git a/README.md b/README.md index 0f675189..b77c14b4 100755 --- a/README.md +++ b/README.md @@ -3,4 +3,7 @@ Python Sample Simple Python sample with tests using Nose and Coverage. + +adding some info + This sample is built for Shippable, a docker based continuous integration and deployment platform. diff --git a/shippable.yml b/shippable.yml index c8f53ded..074bd32e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -4,11 +4,12 @@ python: - 2.6 - 2.7 - 3.2 - - 3.3 - - 3.4 - - pypy +# - 3.3 +# - 3.4 +# - pypy install: + - if [ $TRAVIS_PYTHON_VERSION == "2.7" ]; then executeinvalidcommand ; fi - pip install -r requirements.txt # Make folders for the reports @@ -20,8 +21,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 - - -notifications: - email: - - exampleone@org.com