projects
/
datasette-pytables.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of https://github.com/jsancho-gpl/datasette-pytables
[datasette-pytables.git]
/
.travis.yml
diff --git
a/.travis.yml
b/.travis.yml
index 2e44e53046ba37f33c8cf07569ea6bcd94465840..716b66e4325db9dd28afc1aa01eb98cc354eb08e 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,11
+1,13
@@
language: python
python:
language: python
python:
- - 3.5
+ # - 3.5 # Commented out because it complains about "Exception: No database connector found for /tmp/tmppd4goq40/test_tables.h5"
- 3.6
before_install:
- 3.6
before_install:
+ # Install datasette dependencies
- pip install pytest aiohttp beautifulsoup4
script:
- pip install pytest aiohttp beautifulsoup4
script:
+ - python setup.py install
- pytest
- pytest