projects
/
datasette-pytables.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2e44e53046ba37f33c8cf07569ea6bcd94465840
[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
9
10
script:
11
- pytest