projects
/
datasette-pytables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
439b459
)
Add a TravisCI conf file
author
Francesc Alted
<faltet@gmail.com>
Fri, 1 Jun 2018 08:25:41 +0000
(10:25 +0200)
committer
Francesc Alted
<faltet@gmail.com>
Fri, 1 Jun 2018 08:25:41 +0000
(10:25 +0200)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
fc01da2
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,8
@@
+language: python
+
+python:
+ - 3.5
+ - 3.6
+
+script:
+ - python setup.py test