Skip to content
Snippets Groups Projects
Commit 5e489013 authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Update Travis config

parent 76ce781c
No related branches found
No related tags found
No related merge requests found
sudo: false
cache:
directories:
- $HOME/.pip-cache/
language: python
python:
- 2.6
Loading
Loading
@@ -10,11 +7,11 @@ python:
- 3.3
- 3.4
- 3.5
addons:
postgresql: '9.3'
services:
- postgresql
install:
- pip install -r test-requirements.txt
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 --download-cache $HOME/.pip-cache; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- python setup.py develop
script: nosetests
after_success:
Loading
Loading
@@ -29,10 +26,3 @@ deploy:
user: crad
password:
secure: UWQWui+QhAL1cz6oW/vqjEEp6/EPn1YOlItNJcWHNOO/WMMOlaTVYVUuXp+y+m52B+8PtYZZCTHwKCUKe97Grh291FLxgd0RJCawA40f4v1gmOFYLNKyZFBGfbC69/amxvGCcDvOPtpChHAlTIeokS5EQneVcAhXg2jXct0HTfI=
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/d96fcd17db66e06d833d
on_success: always
on_failure: always
on_start: always
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