Switch to the python:3.6 image for CI, to make sure we get Python 3.6

This commit is contained in:
Danielle McLean 2018-02-26 12:17:57 +11:00
parent 65cba59a72
commit 227c43c81e
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
image: python:3.6
before_script:
- pip install pipenv
- pipenv install
test:
script:
- apt-get update -qy
- apt-get install -y python-dev python-pip
- pip install pipenv
- pipenv install
- pipenv run pytest