Rearrange File Slightly
[uccvend-vendserver.git] / .travis.yml
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

UCC git Repository :: git.ucc.asn.au