Skip to content

Commit

Permalink
modified travis to run just one test
Browse files Browse the repository at this point in the history
  • Loading branch information
qwcode committed Jul 31, 2012
1 parent b6bc75c commit 626a662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
script: nosetests -s -v tests.test_uninstall:test_simple_uninstall
notifications:
irc: "irc.freenode.org#pip"
branches:
Expand Down

0 comments on commit 626a662

Please sign in to comment.