diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 0f923c69..d8eb1624 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,6 @@ language: python python: - 2.7 - 3.3 -matrix: - allow_failures: - - python: 3.3 notifications: email: false irc: @@ -12,7 +9,7 @@ notifications: - "us.freenode.net#sosreport" on_success: change install: - - "pip install nose nose-cov --use-mirrors" + - "pip install six nose nose-cov --use-mirrors" - "python setup.py install" script: - "nosetests -v --with-cover --cover-package=sos --cover-html" |