This commit is contained in:
chabad360 2018-10-05 21:35:19 +00:00
parent 4a3aa8042e
commit 5529ba4d40

View file

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