summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml44
1 files changed, 44 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..532b224
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,44 @@
+# vim: set filetype=yaml sw=2:
+sudo: required
+dist: bionic
+addons:
+ apt:
+ sources:
+ - deadsnakes
+ update: true
+ packages:
+ - wget
+ - build-essential
+ - python-all
+ - python-all-dev
+ - python-setuptools
+ - python-pip
+ - python-wheel
+ - python-flake8
+ - python3-all
+ - python3-all-dev
+ - python3-setuptools
+ - python3-pip
+ - python3-wheel
+ - python3-flake8
+ - python3-docutils
+ - python3-sphinx
+ - python2.4-complete
+ - python2.4-gdbm
+ - python2.4-gdbm-dbg
+ - python2.5-complete
+ - python2.6-complete
+ - python3.1-complete
+ - python3.2-complete
+ - python3.3-complete
+ - python3.4-complete
+ - python3.5-complete
+ - python3.6
+ - python3.7
+ - python3.7-dev
+ - python3.8
+ - python3.8-dev
+ - python3.9
+ - python3.9-dev
+install: true
+script: make test TESTARGS=