Updated travis config file to use new Python builder.
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -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
|
||||
|
Reference in New Issue
Block a user