From ccf4966eac463b6191b6f8b0827f0ad14d9dc6a4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 9 Feb 2017 13:43:16 +0100 Subject: [PATCH] travis: Re-add accidentally removed PyPI PyQt builds --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5991fea42..82524fcd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,14 @@ matrix: - os: linux env: DOCKER=ubuntu-xenial services: docker + - os: linux + language: python + python: 3.5 + env: TESTENV=py35-pyqt571 + - os: linux + language: python + python: 3.6 + env: TESTENV=py36-pyqt571 - os: osx env: TESTENV=py36 OSX=elcapitan osx_image: xcode7.3