# Config file for automatic testing at travis-ci.org language: python python: - "3.5" env: - TOX_ENV=py34-django-110 - TOX_ENV=py35-django-110 - TOX_ENV=py34-django-111 - TOX_ENV=py35-django-111 matrix: fast_finish: true # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - . $HOME/.nvm/nvm.sh - nvm install stable - nvm use stable - pip install -r requirements_test.txt - cd longclaw/client && npm install # command to run tests using coverage, e.g. python setup.py test script: tox -e $TOX_ENV after_success: - codecov -e TOX_ENV