We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4dd804 commit 6d8b749Copy full SHA for 6d8b749
1 file changed
docker-compose.yaml
@@ -10,7 +10,7 @@ services:
10
environment:
11
- PYTHONPATH=/code
12
- 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;"
+ 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;"
14
15
emulator:
16
image: swind/android-emulator:android_28
0 commit comments