diff --git a/.travis.yml b/.travis.yml index 406e71e..1041371 100644 --- a/.travis.yml +++ b/.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