Skip to content
Snippets Groups Projects
Commit 204ca437 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

py3.x

parent c302c726
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,12 @@ python:
cache: pip
sudo: required
script:
- nosetests --with-coverage
- if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then nosetests --with-coverage; else nosetests; fi
install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; else pip install coverage; fi
- pip install coverage
- pip install codeclimate-test-reporter
- pip install -r requirements.txt
after_success:
- CODECLIMATE_REPO_TOKEN=e8e05973a6c49139de5f98013cd285f9238b78d20f053f37f6e7deeab2c2c52f codeclimate-test-reporter
- if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then CODECLIMATE_REPO_TOKEN=e8e05973a6c49139de5f98013cd285f9238b78d20f053f37f6e7deeab2c2c52f codeclimate-test-reporter; fi
services:
- rabbitmq
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment