You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements https://gitlab.com/coala/mobans/merge_requests/135
working around the lxml dependency problem on Python 3.4.
coala#6053 is only
occurring in the Travis trusty environment.
Upgrading to xenial bypasses that problem, but
requires a few workarounds, especially replacing the
Python 3.4.2 job with Python '3.4' which causes
Travis to provide Python 3.4.8.
Add gravis to template to switch jdk versions on Xenial.
Uninstall setuptools multiple times on Xenial for the same
reason it was required once on Trusty. Also remove
unnecessary pipenv which causes pip to complain about
incompatibilities.
Bump setuptools dependency to match the version defined
in mobans.
.misc/check_moban.sh is no longer needed as the
Travis template provides a moban job, and the latest
moban handles branches.
Related to coala#4708
Related to coala#6053
Related to coala/coala-bears#2940
0 commit comments