Skip to content

Commit

Permalink
travis: pyside
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed Jan 5, 2017
1 parent e015a5a commit 4c29d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,8 +19,8 @@ script:
- xauth add :0 . `mcookie`
- cd tests
- TESTS="easy test_scrot.py test_imagemagick.py"
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7_with_system_site_packages" ]; then TESTS="$TESTS test_pyqt.py test_wx.py test_pygtk.py"; fi
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2_with_system_site_packages" ]; then TESTS="$TESTS test_pyqt.py"; fi
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7_with_system_site_packages" ]; then TESTS="$TESTS test_pyside.py test_pyqt.py test_wx.py test_pygtk.py"; fi
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2_with_system_site_packages" ]; then TESTS="$TESTS test_pyside.py test_pyqt.py"; fi
- nosetests -v --with-coverage --cover-package=pyscreenshot $TESTS

after_success:
Expand Down

0 comments on commit 4c29d6e

Please sign in to comment.