Skip to content

Commit

Permalink
Add an integration test for the download case.
Browse files Browse the repository at this point in the history
  • Loading branch information
g2p committed Nov 23, 2012
1 parent a7887f0 commit 3f57071
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,8 @@ script:
- python setup.py test
# Integration test
- python virtualenv.py --distribute ./test-venv
# Another integration test, where we must download
- cp -t bin virtualenv.py; cd bin; python virtualenv.py --distribute ./test-venv
notifications:
irc:
channels: "irc.freenode.org#pip"
Expand Down

0 comments on commit 3f57071

Please sign in to comment.