comparison .travis.yml @ 3:8e1efafa6277

Updated version * Bugfix: blue lines in some plots (bar colors were not set correctly) * Cookiecutter template * Additional unit tests * Add plot legend
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Wed, 12 Aug 2015 09:27:45 +0100
parents
children
comparison
equal deleted inserted replaced
2:b6fd86c539ea 3:8e1efafa6277
1 # Config file for automatic testing at travis-ci.org
2
3 language: python
4
5 python:
6 - "3.4"
7 - "3.3"
8 - "2.7"
9 - "2.6"
10 - "pypy"
11
12 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
13 install: pip install -r requirements.txt
14
15 # command to run tests, e.g. python setup.py test
16 script: python setup.py test