oops, but only for travis, this runs fine

This commit is contained in:
chabad360 2018-10-05 20:11:11 +00:00 committed by Mendel Greenberg
parent d101c6447b
commit 9424efb63e
No known key found for this signature in database
GPG key ID: B26A7D2DF7DC6EF7

View file

@ -12,7 +12,7 @@ install:
- ./dbench setup docker
- ./dbench init frappe-bench
- ./dbench new-site site1.local
- ./dbench setup hosts'
- ./dbench setup hosts
- pip install --upgrade virtualenv
- virtualenv -p python3 testenv
- source testenv/bin/activate