diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d54ed6b..fa581d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,6 +75,7 @@ requires: variables: - CFLAGS="-Wall -Werror=format-security" + - PYTHON=python3 after_scripts: - make distcheck |