File: tox-all

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

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