mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Try using Travis Pythons that are not -dev
This commit is contained in:
parent
45df15fe23
commit
5e0000609f
1 changed files with 2 additions and 3 deletions
|
|
@ -4,11 +4,10 @@ dist: bionic
|
|||
# 3.6 is listed first so it gets used for the later build stages
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7-dev"
|
||||
- "3.8-dev"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
script:
|
||||
- python3 -m pip install -U pip
|
||||
- pip install -U pip wheel
|
||||
- pip install .[test]
|
||||
# Only run the numpy/pandas tests on Python 3.7:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue