projects
/
datasette-pytables.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testing TravisCI
[datasette-pytables.git]
/
.travis.yml
1
language: python
2
3
python:
4
- 3.5
5
- 3.6
6
7
before_install:
8
- pip install pytest aiohttp beautifulsoup4 datasette-core
9
10
script:
11
- python setup.py install
12
- pytest