mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
fix travis crash
This commit is contained in:
parent
ec0c29604f
commit
8636d6fb68
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ services:
|
|||
install:
|
||||
- docker-compose build
|
||||
- docker-compose up -d
|
||||
- ./dbench
|
||||
- ./dbench init
|
||||
- pip install --upgrade virtualenv
|
||||
- virtualenv -p python3 testenv
|
||||
- source testenv/bin/activate
|
||||
|
|
|
|||
Loading…
Reference in a new issue