]> git.jsancho.org Git - datasette-pytables.git/commitdiff
Add a TravisCI conf file
authorFrancesc Alted <faltet@gmail.com>
Fri, 1 Jun 2018 08:25:41 +0000 (10:25 +0200)
committerFrancesc Alted <faltet@gmail.com>
Fri, 1 Jun 2018 08:25:41 +0000 (10:25 +0200)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..fc01da2
--- /dev/null
@@ -0,0 +1,8 @@
+language: python
+
+python:
+  - 3.5
+  - 3.6
+
+script:
+  - python setup.py test