mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-31 06:24:21 +02:00
Move that stuff to before_install
This commit is contained in:
parent
be45312f1a
commit
b840337142
1 changed files with 5 additions and 2 deletions
|
|
@ -6,9 +6,12 @@ python:
|
|||
- "3.6"
|
||||
- "3.7-dev"
|
||||
|
||||
script:
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:jonathonf/backports
|
||||
- sudo apt-get update && sudo apt-get -y install sqlite3
|
||||
- sudo apt-get -y update
|
||||
- sudo apt-get -y install sqlite3
|
||||
|
||||
script:
|
||||
- pip install -U pip wheel
|
||||
- pip install .[test]
|
||||
- pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue