diff --git a/.travis.yml b/.travis.yml index 42f614246de..d1711ddc933 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,16 @@ language: python python: + - 2.5 + - 2.6 + - 2.7 + - 3.1 + - 3.2 - pypy before_install: - sudo apt-get install subversion bzr mercurial - echo -e "[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt" >> ~/.hgrc install: pip install nose virtualenv scripttest mock -script: nosetests -s -v tests.test_uninstall:test_simple_uninstall +script: nosetests notifications: irc: "irc.freenode.org#pip" branches: