Move that stuff to before_install

This commit is contained in:
Simon Willison 2018-08-12 18:35:19 -07:00
commit b840337142

View file

@ -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