Skip to content

Commit 23cb551

Browse files
committed
back to all tests and versions
1 parent e287e00 commit 23cb551

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
language: python
22
python:
3+
- 2.5
4+
- 2.6
5+
- 2.7
6+
- 3.1
7+
- 3.2
38
- pypy
49
before_install:
510
- sudo apt-get install subversion bzr mercurial
611
- echo -e "[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt" >> ~/.hgrc
712
install: pip install nose virtualenv scripttest mock
8-
script: nosetests -s -v tests.test_uninstall:test_simple_uninstall
13+
script: nosetests
914
notifications:
1015
irc: "irc.freenode.org#pip"
1116
branches:

0 commit comments

Comments
 (0)