summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-02-19 21:39:41 +0100
committerYuval Adam <_@yuv.al>2018-02-19 21:39:41 +0100
commit51860a1ecf14be8195d563e841f0fb0694e6d3db (patch)
treed0d1dcb42d9727308729a0623bf21e9a5cec3e9f
parent7704bbabd2c36e3307d7b66171d0b9bfdb69cd7f (diff)
Add travis.yml
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..5adf519
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: python
+python:
+ - "3.4"
+ - "3.5"
+ - "3.6"
+install:
+ - pip install pytest
+script:
+ - pytest