From 4198112173da6b69ccf5acf8645303c50b84c69c Mon Sep 17 00:00:00 2001 From: Daniel Pizetta Date: Tue, 6 Feb 2018 17:54:24 -0200 Subject: [PATCH] Update python versions and calls for example, fixes #74 --- .travis.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1c362689..131b7199f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: python python: - "2.7" + - "3.3" + - "3.4" + - "3.5" + - "3.6" virtualenv: system_site_packages: true before_install: @@ -14,5 +18,8 @@ before_install: before_script: - cd example script: - - python example_pyqt.py --travis - - python example_pyside.py --travis + - python example.py --qt_from=pyqt --travis + - python example.py --qt_from=pyside --travis + + - python example.py --qt_from=pyqt --no_dark --travis + - python example.py --qt_from=pyside --no_dark --travis \ No newline at end of file