Updated travis config file to use new Python builder.

This commit is contained in:
Jannis Leidel
2012-02-24 13:48:40 +01:00
parent 835ed4ef70
commit 3412868da4

View File

@@ -1,9 +1,8 @@
rvm:
- 1.9.3
before_script:
- sudo pip install tox
script:
- tox
language: python
python:
- 2.6
install: pip install tox
script: tox
notifications:
email:
- jannis@leidel.info