mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 20:34:12 +02:00
Configured Travis CI
This commit is contained in:
parent
bd71be32ab
commit
03e3f7d648
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
language: python
|
||||||
|
|
||||||
|
# 3.6 is listed first so it gets used for the later build stages
|
||||||
|
python:
|
||||||
|
- "3.6"
|
||||||
|
- "3.7-dev"
|
||||||
|
|
||||||
|
script:
|
||||||
|
- pip install -U pip wheel
|
||||||
|
- pip install .[test]
|
||||||
|
- pytest
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
Loading…
Add table
Add a link
Reference in a new issue