mirror of https://github.com/davisking/dlib.git
Removing the python 2.7 test on travis because there is suddenly some kind of
incompatibility between python 2.7 and pytest, but only on travis.
This commit is contained in:
parent
16a1056916
commit
23c140d138
|
@ -91,7 +91,7 @@ matrix:
|
||||||
|
|
||||||
###################
|
###################
|
||||||
- language: python
|
- language: python
|
||||||
python: 2.7
|
python: 3.5
|
||||||
env:
|
env:
|
||||||
- VARIANT=python-api
|
- VARIANT=python-api
|
||||||
script:
|
script:
|
||||||
|
@ -99,7 +99,7 @@ matrix:
|
||||||
|
|
||||||
###################
|
###################
|
||||||
- language: python
|
- language: python
|
||||||
python: 3.5
|
python: 3.7
|
||||||
env:
|
env:
|
||||||
- VARIANT=python-api
|
- VARIANT=python-api
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue