Skip to content

Commit 6d8b749

Browse files
authored
Update docker-compose.yaml
1 parent b4dd804 commit 6d8b749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
environment:
1111
- PYTHONPATH=/code
1212
- PYTHONUNBUFFERED=0
13-
command: sh -c "pip install .;pip install 'Exscript';py.test test -s -v --junit-xml test_result.xml;pip install 'aiofiles>=0.4.0';py.test test_async -s -v --junit-xml test_result_async.xml;"
13+
command: sh -c "pip install -r requirements.txt;pip install 'Exscript';py.test test -s -v --junit-xml test_result.xml;pip install 'aiofiles>=0.4.0';py.test test_async -s -v --junit-xml test_result_async.xml;"
1414

1515
emulator:
1616
image: swind/android-emulator:android_28

0 commit comments

Comments
 (0)