Skip to content

gitlab-ci: add continuous integration for gitlab

vinklein requested to merge vinklein/pplpy:gitlab_ci into master
  • test job with ubuntu 16.04 and with python2.7, 3.5 and 3.6

Note that there is no python3.4 package on ubuntu 16.04. If we want to keep test with python3.4 we should either compile it or take another OS image to test.

Current test with 2.7 failed this is due to #8 (closed) and is fixed with !1 (merged)

Merge request reports