aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..66b50f6
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+language: python
+sudo: false
+python:
+ - "3.7"
+ - "2.7"
+ - "3.8-dev"
+ - "pypy"
+ - "pypy3"
+
+# -- TEST-BALLON: Check if Python 3.6 is actually Python 3.5.1 or newer
+matrix:
+ allow_failures:
+ - python: "3.8-dev"
+ - python: "nightly"
+
+install:
+ - pip install -U -r py.requirements/ci.travis.txt
+ - python setup.py -q install
+script:
+ - pytest tests