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

converted pip and python to pip3 and python3

This commit is contained in:
vishalseshagiri 2017-08-03 13:49:49 +05:30
parent 5cb5b92154
commit 81cdd24cb6

View File

@ -18,7 +18,7 @@ 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'
- pip install requests
- pip3 install requests
script:
- docker-compose ps | grep -i frappe
@ -26,4 +26,4 @@ script:
- docker-compose ps | grep -i redis-queue
- docker-compose ps | grep -i redis-socketio
- docker-compose ps | grep -i mariadb
- python test.py
- python3 test.py