Skip to content

Commit

Permalink
travis: also install python3-coverage system package w/ Python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnpkrn committed Mar 9, 2017
1 parent 2f100c2 commit b006470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
|| sudo apt-get install -qq $(python -c
'from sys import exit, version_info as v; exit(v[1] == 2)'
&& echo "python-lxml python-setuptools"
|| echo "python3-lxml python3-setuptools")
|| echo "python3-lxml python3-setuptools python3-coverage")

install:
- pushd __root__
Expand Down

0 comments on commit b006470

Please sign in to comment.