diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5f5bf9757..ba226fcb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,8 @@ python: matrix: include: - python: 2.7 + env: PY3_COMPATIBILITY_CHECK=1 + - python: 2.7 env: USE_CHROOT=1 ARCH=i386 DIST=trusty PYTHON=2.7 sudo: true dist: trusty |