diff --git a/shippable.yml b/shippable.yml index 9a633164..6f4bf4a7 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,11 +1,4 @@ language: python -python: - - 2.6 - #- 2.7 - #- 3.2 - #- 3.3 - #- 3.4 - #- pypy env: global: @@ -23,6 +16,7 @@ before_script: #- echo 'shouldnt get here' script: + - echo "token is $SHIPPABLE_API_TOKEN" - 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