mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-27 19:34:32 +02:00
Compare commits
1 commit
main
...
travis-bio
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b64fefcf05 |
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
language: python
|
language: python
|
||||||
dist: xenial
|
dist: bionic
|
||||||
|
|
||||||
# 3.6 is listed first so it gets used for the later build stages
|
# 3.6 is listed first so it gets used for the later build stages
|
||||||
python:
|
python:
|
||||||
|
|
@ -8,8 +8,6 @@ python:
|
||||||
- "3.8-dev"
|
- "3.8-dev"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo add-apt-repository ppa:jonathonf/backports -y
|
|
||||||
- sudo apt-get update && sudo apt-get install sqlite3
|
|
||||||
- pip install -U pip wheel
|
- pip install -U pip wheel
|
||||||
- pip install .[test]
|
- pip install .[test]
|
||||||
# Only run the numpy/pandas tests on Python 3.7:
|
# Only run the numpy/pandas tests on Python 3.7:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue