Skip to content

Commit

Permalink
add travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Apr 1, 2015
1 parent 910fb5c commit 809288b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "2.7"
- "3.4"
install:
- "pip install -r requirements/production.txt"
- "pip install -r requirements/testing.txt"
- "pip install ."
script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then tox -e py27,coverage; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then tox -e py34; fi

0 comments on commit 809288b

Please sign in to comment.