Skip to content

Commit

Permalink
back to all tests and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
qwcode committed Aug 4, 2012
1 parent e287e00 commit 23cb551
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 23cb551

Please sign in to comment.