diff --git a/shippable.yml b/shippable.yml index 049d175..6550c86 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,6 @@ python: - - "2.6" -# - "2.7" +# - "2.6" + - "2.7" env: @@ -10,7 +10,7 @@ env: language: python -install: pip install --use-mirrors -r requirements.txt +install: pip install -r requirements.txt script: @@ -23,8 +23,9 @@ notifications: - vidya@shippable.com - buildsampletest@gmail.com - +#test #cache: true +build_image: drydock/u12pytpls:tip after_script: - cp README.md ./shippable