Add testing for python 3.7
since python:3 is now 3.8
This commit is contained in:
parent
8499f1cbc9
commit
33ef0331e9
1 changed files with 14 additions and 0 deletions
|
@ -65,6 +65,20 @@ pytest-3.6:
|
||||||
- python3 setup.py install
|
- python3 setup.py install
|
||||||
- py.test -v test/
|
- py.test -v test/
|
||||||
|
|
||||||
|
pytest-3.7:
|
||||||
|
stage: test
|
||||||
|
image: python:3.7
|
||||||
|
script:
|
||||||
|
- apt-get update && apt-get install -y libidn11-dev
|
||||||
|
- git clone git://git.louiz.org/slixmpp
|
||||||
|
- pip3 install pytest pyasn1-modules cffi --upgrade
|
||||||
|
- cd slixmpp
|
||||||
|
- python3 setup.py install
|
||||||
|
- cd ..
|
||||||
|
- python3 setup.py install
|
||||||
|
- py.test -v test/
|
||||||
|
|
||||||
|
|
||||||
pytest-latest:
|
pytest-latest:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3
|
image: python:3
|
||||||
|
|
Loading…
Reference in a new issue