diff options
author | raveit65 <[email protected]> | 2019-06-06 15:32:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-06 15:37:38 +0200 |
commit | 7b834db6278ce070022f570a7fab4e714e909edd (patch) | |
tree | f140bb0dfc14d56d69b319349e791c700c8497ad | |
parent | d76c3e37d1212eaa3cac2f293d539bddf9a250f9 (diff) | |
download | pluma-7b834db6278ce070022f570a7fab4e714e909edd.tar.bz2 pluma-7b834db6278ce070022f570a7fab4e714e909edd.tar.xz |
travis: update dependencies for python3
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dfa3934a..02177c9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,7 @@ requires: - libsm - make - mate-common - - python2 + - python3 - which - yelp-tools @@ -105,6 +105,7 @@ requires: - libxml2-dev - make - mate-common + - python3-dev - yelp-tools fedora: @@ -124,6 +125,7 @@ requires: - make - mate-common - pygobject3-devel + - python3-devel - redhat-rpm-config ubuntu: @@ -145,6 +147,7 @@ requires: - libxml2-dev - make - mate-common + - python3-dev - yelp-tools variables: |