Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #33 from martijnvermaat/travis-ci
Configuration for Travis CI
  • Loading branch information
James Casbon committed Mar 22, 2012
2 parents bfc9043 + 48b775b commit 316a9eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
# Validate this file using http://lint.travis-ci.org/
language: python
python:
# - "2.5"
- "2.6"
- "2.7"
install:
- "if [[ $TRAVIS_PYTHON_VERSION != '2.7' ]]; then pip install --use-mirrors argparse; fi"
- "if [[ $TRAVIS_PYTHON_VERSION != '2.5' ]]; then pip install --use-mirrors pysam; fi"
- python setup.py install
script: python setup.py test

0 comments on commit 316a9eb

Please sign in to comment.