File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ before_script:
31
31
- tox
32
32
33
10000
td>33
script :
34
- - docker build --tag=p4a --file Dockerfile.py2 .
34
+ - docker build --tag=p4a --file Dockerfile.py3 .
35
35
- docker run p4a /bin/sh -c "$COMMAND"
Original file line number Diff line number Diff line change 3
3
# - python-for-android dependencies
4
4
#
5
5
# Build with:
6
- # docker build --tag=p4a --file Dockerfile.py2 .
6
+ # docker build --tag=p4apy2 --file Dockerfile.py2 .
7
7
#
8
8
# Run with:
9
- # docker run -it --rm p4a /bin/sh -c '. venv/bin/activate && p4a apk --help'
9
+ # docker run -it --rm p4apy2 /bin/sh -c '. venv/bin/activate && p4a apk --help'
10
10
#
11
11
# Or for interactive shell:
12
- # docker run -it --rm p4a
12
+ # docker run -it --rm p4apy2
13
13
#
14
14
# Note:
15
15
# Use 'docker run' without '--rm' flag for keeping the container and use
Original file line number Diff line number Diff line change 3
3
# - python-for-android dependencies
4
4
#
5
5
# Build with:
6
- # docker build --tag=p4apy3 .
6
+ # docker build --tag=p4a --file Dockerfile.py3 .
7
7
#
8
8
# Run with:
9
9
# docker run -it --rm p4apy3 /bin/sh -c '. venv/bin/activate && p4a apk --help'
10
10
#
11
11
# Or for interactive shell:
12
- # docker run -it --rm p4apy3
12
+ # docker run -it --rm p4a
13
13
#
14
14
# Note:
15
15
# Use 'docker run' without '--rm' flag for keeping the container and use
You can’t perform that action at this time.
0 commit comments