Remove a chown for ~/.distlib

This commit is contained in:
Donald Stufft 2014-04-26 12:26:49 -04:00
parent a2558145cb
commit b5819489b2
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ env:
- TOXENV=py34
- TOXENV=pypy
before_install:
- "[ -d ~/.distlib ] && sudo chown -R travis:travis ~/.distlib || true"
install: .travis/install.sh
script: .travis/run.sh