Files
deb-python-toml/tests/flake8.sh

6 lines
76 B
Bash
Executable File

#!/bin/sh
if [ -z `python --version 2>&1 | grep 2.6` ]; then
flake8
fi