summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..7e113b7
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,11 @@
+before_script:
+ - echo "deb http://ftp.uk.debian.org/debian/ sid main" >> /etc/apt/sources.list
+ - apt-get update -qq && apt-get install -y -qq linux-user-chroot bubblewrap
+ - apt-get install -y -qq python-dev python-pip
+ - apt-get install -y -qq python2.7 python3.3 python3.4
+ - pip install tox
+
+
+testing:
+ script:
+ - tox \ No newline at end of file