File: python3-pygments

package info (click to toggle)
pygments 2.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,628 kB
  • ctags: 5,425
  • sloc: python: 69,950; makefile: 217; sh: 117
file content (11 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -eu

cp -r tests "$ADTTMP"
cd "$ADTTMP/tests"
rm test_examplefiles.py test_lexers_other.py

for python in $(py3versions -i); do
	$python ./run.py --verbose 2>&1
done