projects
/
datasette-pytables.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #2 from FrancescAlted/travis
[datasette-pytables.git]
/
.travis.yml
1
language: python
2
3
python:
4
# - 3.5 # Commented out because it complains about "Exception: No database connector found for /tmp/tmppd4goq40/test_tables.h5"
5
- 3.6
6
7
before_install:
8
# Install datasette dependencies
9
- pip install pytest aiohttp beautifulsoup4
10
11
script:
12
- python setup.py install
13
- pytest