opencobra / optlang

optlang - sympy based mathematical programming language
http://optlang.readthedocs.org/
Apache License 2.0
253 stars 52 forks source link

Modernize the CI #244

Closed cdiener closed 2 years ago

cdiener commented 2 years ago

This ports the testing infrastructure from nose to pytest. Also drops Python 2 and selects the supported Python versions based on https://endoflife.date/python .

Tests now cover all supported interfaces even on CI.