Skip to content

Commit

Permalink
Add Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Sep 6, 2015
1 parent 2504f8d commit c929812
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5.0b3

install:
- 'pip install -r requirements.txt'
- 'pip install -r tests/requirements.txt'

script:
- 'python setup.py test'

matrix:
fast_finish: true

# This is required to enable container based Travis CI infrastructure.
# See http://docs.travis-ci.com/user/migrating-from-legacy/
sudo: false

0 comments on commit c929812

Please sign in to comment.