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:
81d2136
)
Install test dependencies for datasette core
author
Francesc Alted
<faltet@gmail.com>
Fri, 1 Jun 2018 08:37:30 +0000
(10:37 +0200)
committer
Francesc Alted
<faltet@gmail.com>
Fri, 1 Jun 2018 08:37:30 +0000
(10:37 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index fc01da265c7a6dfbd2d0359efa79159508667011..9ad95a623da8c94fe68829242ac571aeda193ee7 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-4,5
+4,8
@@
python:
- 3.5
- 3.6
- 3.5
- 3.6
+before_install:
+ - pip install pytest aiohttp beautifulsoup4
+
script:
- python setup.py test
script:
- python setup.py test