forked from 00dani/lemoncurry
Switch to the python:3.6 image for CI, to make sure we get Python 3.6
This commit is contained in:
parent
65cba59a72
commit
227c43c81e
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
test:
|
image: python:3.6
|
||||||
script:
|
before_script:
|
||||||
- apt-get update -qy
|
|
||||||
- apt-get install -y python-dev python-pip
|
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- pipenv install
|
- pipenv install
|
||||||
|
test:
|
||||||
|
script:
|
||||||
- pipenv run pytest
|
- pipenv run pytest
|
||||||
|
|
Loading…
Reference in a new issue