diff --git a/shippable.yml b/shippable.yml index ac88b42..eb202e3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,6 +2,13 @@ language: python python: - 2.7 + - 3.3 + - 3.4 + - 3.2 + +before_install: +# - source ~/.rvm/scripts/rvm && rvm use 1.9. + - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi install: - pip install -r requirements.txt