diff --git a/.travis.yml b/.travis.yml index b0bf81d102512a592f4f8ce3cba8f4675611b7a6..0e41da3db3a323a0420032a95644dd20db32f043 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,17 +5,14 @@ python: - "3.4" - "3.5" - "pypy" -cache: - directories: - - $HOME/build/smok-serwis/coolamqp/.eggs - - $HOME/.cache +cache: pip script: - python compile_definitions.py - - python setup.py nosetests --with-coverage + - python setup.py nosetests + - codeclimate-test-reporter install: - pip install -r requirements.txt after_success: - - codeclimate-test-reporter - bash build.sh services: - rabbitmq