Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Replace Travis with GitHub actionsArthur de Jong2021-03-211-21/+0
|
* Drop support for Python 2.6 and 3.4Arthur de Jong2021-03-211-4/+0
| | | | | It is increasingly difficult to test with these versions of Python and everybody should have upgraded to a more recent version long ago.
* Simplify Travis matrixArthur de Jong2021-01-111-8/+7
| | | | | This also ensures that supported Python interpreters are output in order.
* Add support for Python 3.9Arthur de Jong2021-01-101-7/+9
| | | | This switches Travis tests to bionic by default.
* Resolve Travis configuration warningsArthur de Jong2020-04-181-2/+3
|
* Use bionic for pypy3 tests on TravisArthur de Jong2020-03-011-1/+1
| | | | | | This switches the pypy3 tests to bionic which has Python 3.6.9. There were installation issues with 3.5.3 on trusty and coverage issues with 3.6.1 of xenial (now the default on Travis).
* Add support for Python 3.8Sergi Almacellas Abellana2019-12-271-0/+2
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/177
* Avoid skipping missing interpreters on TravisArthur de Jong2019-10-131-1/+1
|
* Fix Travis build to use trusty for some Python versionsArthur de Jong2019-08-031-4/+4
| | | | | Python 2.6 is not available xenial which is the default now. The coverage also does not seem to work for pypy3.
* Add Python 3.7 testsArthur de Jong2019-02-101-2/+5
|
* Add a Travis configuration fileArthur de Jong2018-01-011-0/+18