Skip to content

Commit

Permalink
run tests on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Sep 1, 2013
1 parent b769bd6 commit b058cf3
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.6"
- "2.7"
- "3.2"
- "3.3"

install: pip install tox

script: tox -e py${TRAVIS_PYTHON_VERSION//[.]/}

0 comments on commit b058cf3

Please sign in to comment.