Commit graph

6092 commits

Author SHA1 Message Date
Martin Bubel
606f77bffe ci: update rules on 2023-12-19 11:16:47 +01:00
Martin Bubel
6511f3dcdd ci: add deploy branch to rules 2023-12-19 11:13:44 +01:00
Martin Bubel
0ef7f741b1 ci: update branch names 2023-12-19 11:13:31 +01:00
Martin Bubel
5d61ebae6b Remove .appveyor_twine_upload.bat script 2023-12-19 11:04:58 +01:00
Martin Bubel
b4e39b3264 ci: update MANIFEST.in 2023-12-19 11:04:36 +01:00
Martin Bubel
cb4492cf87 ci: update setup.cfg 2023-12-19 11:04:01 +01:00
Martin Bubel
81eb452e9f ci: add skip-existing to twine upload 2023-12-19 11:02:13 +01:00
Martin Bubel
e5623b7d50 ci: remove appveyor.yml 2023-12-19 11:01:56 +01:00
Martin Bubel
da94f138d4 ci: remove travis 2023-12-19 11:01:46 +01:00
Martin Bubel
eb610ccca7 fix ci 2023-12-19 10:57:17 +01:00
Martin Bubel
4cebf1c74c add deploy job to actions 2023-12-19 10:56:21 +01:00
Martin Bubel
a4b8eb0781 add setuptools installation to prevent macos issues 2023-12-18 12:58:10 +01:00
Martin Bubel
d5e67878ed actions: fix build job 2023-12-18 11:48:07 +01:00
Martin Bubel
e3876e8f55
Merge pull request #1048 from me2d09/patch-1
Fix deprecated function readfp
2023-12-18 08:36:17 +01:00
Martin Bubel
c442744dfc testing: rename deactivate test files so they are not called 2023-12-02 18:01:55 +01:00
Martin Bubel
5d7eada315 github-actions: refine pytest call 2023-12-02 18:01:02 +01:00
Martin Bubel
7b2670d8b6 remove test_mpi from main testing module 2023-12-02 18:00:12 +01:00
Martin Bubel
ae3f3ba572 skip broken test 2023-12-02 17:59:08 +01:00
Martin Bubel
b9938124a0 github-actions: simply setup 2023-12-02 17:50:08 +01:00
Martin Bubel
f485af7dcd update config parser due to deprecated function usage 2023-12-02 15:48:47 +01:00
Martin Bubel
53254cdce9 github-actions: deactivate installs 2023-12-02 15:42:30 +01:00
Martin Bubel
d3d93d2286 github-actions: add paramz workaround 2023-12-02 15:41:12 +01:00
Martin Bubel
ca4f2425bc replace collections iterable by typing iterable 2023-12-02 15:01:01 +01:00
Martin Bubel
a8638f7c5b github-actions: add matplotlib 2023-12-02 14:24:34 +01:00
Martin Bubel
48eb989a0c github-actions: fix pytest 2023-12-02 14:21:55 +01:00
Martin Bubel
a8731c45f2 github-actions: add install setuptools 2023-12-02 14:17:48 +01:00
Martin Bubel
522a79acbb github-actions: try setup install user 2023-12-01 19:56:25 +01:00
Martin Bubel
53eb31b88a github-actions: rollback python3 to python 2023-12-01 19:52:38 +01:00
Martin Bubel
bb17c17aba github-actions: use python3 instead of python 2023-12-01 19:44:19 +01:00
Martin Bubel
69f0fe5d2f github actions: add python venv to prevent permission error 2023-12-01 19:36:28 +01:00
Martin Bubel
705a66ae89 add github actions file 2023-12-01 18:51:16 +01:00
Petr Čermák
0b501808d4
Fix deprecated function readfp
Since Python 3.2 function readfp is replaced with read_file:
https://docs.python.org/3.12/library/configparser.html#configparser.ConfigParser.read_file
Readfp was fully removed in Python 3.12 so this fix is needed.
2023-11-24 02:33:13 +01:00
Martin Bubel
f8dc6c7657 limit minimum python version in readme 2023-11-16 22:10:07 +01:00
Martin Bubel
5030933a45 Update Python versions in appveyor.yml 2023-11-16 22:06:09 +01:00
Martin Bubel
e962a12624 Remove Python 3.6, 3.7, and 3.8 from Travis CI
build
2023-11-16 22:04:49 +01:00
Martin Bubel
0260dbcebf limit minimum python version #1038 2023-11-16 22:03:03 +01:00
Martin Bubel
328312f342
Merge pull request #1040 from SheffieldML/1030-move-from-nose-to-pytests
1030 move from nose to pytests
2023-11-16 18:50:29 +01:00
Martin Bubel
caafcbf1d7 add pytest to appveyor.yml 2023-11-16 08:06:05 +01:00
Martin Bubel
e8cafdbe06 update readme 2023-11-13 21:04:38 +01:00
Martin Bubel
07f2c50f3b remove nose install from appreyor.yml 2023-11-13 21:03:51 +01:00
Martin Bubel
6cf318323d replace nose by pytest in requrements.txt 2023-11-13 21:03:21 +01:00
Martin Bubel
1df19252d3 update travis_tests.py 2023-11-13 21:02:29 +01:00
Martin Bubel
9913763529 update travis_tests 2023-11-13 21:02:20 +01:00
Martin Bubel
2268ea8652 remove nosetest install from .travis.yml 2023-11-13 21:00:56 +01:00
Martin Bubel
6ea51bd0b0 add more python versions to .travis.yml 2023-11-13 21:00:19 +01:00
Martin Bubel
faae055ebc update readme 2023-11-13 20:59:43 +01:00
Martin Bubel
f4e28d6d7d remove additional mp_test__.py 2023-11-13 20:59:32 +01:00
Martin Bubel
7983d87a85 update changelog.md 2023-11-13 20:58:18 +01:00
Martin Bubel
6d5258e659 update run coverage 2023-11-13 20:52:24 +01:00
Martin Bubel
7902cfb609 deactivate test_mpi.py 2023-11-13 20:50:21 +01:00