File: tox-all

package info (click to toggle)
python-imapclient 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: python: 5,355; sh: 14; makefile: 11
file content (3 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download
1
2
3
#!/bin/sh

sudo docker run -v $(pwd):/mnt --rm -it docker.io/fkrull/multi-python:bionic bash -c "cd /mnt; tox $*"