| commit | 99951455325713e8c487ccedcfefdf4ba4c984b0 | [log] [tgz] |
|---|---|---|
| author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Feb 04 17:37:38 2014 -0800 |
| committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Feb 04 17:37:38 2014 -0800 |
| tree | 5273af2cfd3f2b9c8bc7f692e4180bdefb02366e | |
| parent | 5278cd9fe4f3c96adcd77dabcd6eecc7985b9abf [diff] [blame] |
Docs need virtualenv as well
diff --git a/.travis/install.sh b/.travis/install.sh index 5b4cc51..7e77fc8 100755 --- a/.travis/install.sh +++ b/.travis/install.sh
@@ -56,6 +56,11 @@ pyenv global 3.3.2 pip install virtualenv ;; + docs) + curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py + sudo python get-pip.py + sudo pip install virtualenv + ;; esac pyenv rehash else