diff options
author | Wu Xiaotian <[email protected]> | 2019-02-20 21:34:31 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-20 15:22:41 +0100 |
commit | 25a6c2aade483cb0aa8bc3af8eeeab57d3054a5e (patch) | |
tree | 5391c2fa6a0302a9f6187ba0cc25c078215c7f76 | |
parent | fd8e389d9470d186b71e98249c2ad4698c76e2ba (diff) | |
download | python-caja-25a6c2aade483cb0aa8bc3af8eeeab57d3054a5e.tar.bz2 python-caja-25a6c2aade483cb0aa8bc3af8eeeab57d3054a5e.tar.xz |
use PYTHON=python3 environment variable for building
-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 |