diff options
author | monsta <[email protected]> | 2020-01-16 18:13:46 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2020-01-30 15:40:53 +0300 |
commit | 0a485ffc606c5e3a07d0b3b008b19e5f3eb8233b (patch) | |
tree | e5b57e2afd4c63848e92a7447e1360f6a08a04a7 | |
parent | c3ac79c8c6db137c01acc958ed62488e664fd04c (diff) | |
download | python-caja-0a485ffc606c5e3a07d0b3b008b19e5f3eb8233b.tar.bz2 python-caja-0a485ffc606c5e3a07d0b3b008b19e5f3eb8233b.tar.xz |
travis: don't set PYTHON environment variable anymore
it's not needed now as Python 2 support is dropped
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6fb91d3..99ea5e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,7 +121,6 @@ requires: variables: - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - - PYTHON=python3 - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |