Mercurial > repos > vimalkumarvelayudhan > riboplot
annotate .travis.yml @ 17:805b779d4013
Fix tool dependencies
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Mon, 31 Aug 2015 11:41:48 +0100 |
parents | 8e1efafa6277 |
children |
rev | line source |
---|---|
3 | 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 |