diff options
author | Samuel Thibault <[email protected]> | 2019-07-08 12:31:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-08 14:03:42 +0200 |
commit | 816ed2e652a0c178b7768976c55c712aeb07efa1 (patch) | |
tree | e707ff46d0645528b0ce51fc2f3c90f1f29510e0 /.travis.yml | |
parent | b931a8f99fc07cf860819507e18546bb9583a2f1 (diff) | |
download | mate-control-center-816ed2e652a0c178b7768976c55c712aeb07efa1.tar.bz2 mate-control-center-816ed2e652a0c178b7768976c55c712aeb07efa1.tar.xz |
Use python3 for gla11y
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index eba49123..4566319a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,7 +119,7 @@ requires: - make - mate-common - mate-settings-daemon-dev - - python-lxml + - python3-lxml - shared-mime-info - xsltproc - yelp-tools @@ -149,7 +149,7 @@ requires: - make - marco-devel - polkit-devel - - python-lxml + - python3-lxml - mate-common - mate-settings-daemon-devel - redhat-rpm-config @@ -192,7 +192,7 @@ requires: - make - mate-common - mate-settings-daemon-dev - - python-lxml + - python3-lxml - shared-mime-info - xsltproc - yelp-tools |