scikit-learn-contrib / metric-learn

Metric learning algorithms in Python
http://contrib.scikit-learn.org/metric-learn/
MIT License
1.4k stars 234 forks source link

Travis CI: correct pytest version for python 3.4 #282

Closed bellet closed 4 years ago

bellet commented 4 years ago

This fixes the CI failure due to pytest 5.x dropping support for Python 3.4

Very soon (next release?) we should ourselves drop support for Python 2.7 and 3.4, as discussed in #166