2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

Removed docker-exec from travis and shifted to test.py

This commit is contained in:
vishalseshagiri 2017-08-03 12:40:41 +05:30
parent fa2b54c67c
commit 236ff05ca5

View File

@ -18,7 +18,6 @@ install:
- docker exec -i frappe bash -c "bench --site site1.local install-app erpnext"
- docker exec -i -u root frappe bash -c "echo 127.0.0.1 site1.local >> /etc/hosts"
- sudo su -c 'echo 127.0.0.1 site1.local >> /etc/hosts'
- docker exec -it frappe bash -c "bench start"
- pip install requests
- pip install time