Skip to content

Commit

Permalink
Added Travis CI config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Mar 10, 2012
1 parent 5b63314 commit 8e92824
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
python:
- 2.6
install: pip install tox
# List envs explicitly to skip PyPy
script: tox -e py25_flask08,py26_flask08,py27_flask08
notifications:
email:
- michael@elsdoerfer.com
branches:
only:
- master


3 changes: 3 additions & 0 deletions tox.ini
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,9 @@
[testenv] [testenv]
commands = nosetests tests commands = nosetests tests



# Addding/Removing venvs here must be reflected in .travis.yml!

[testenv:py27_flask08] [testenv:py27_flask08]
basepython = python2.7 basepython = python2.7
deps = deps =
Expand Down

0 comments on commit 8e92824

Please sign in to comment.