Commit graph

20 commits

Author SHA1 Message Date
nicobo
73a95157d8
+ adding version constraints to prevent some automatic upgrades (that BREAK build !)
~ debian.Dockerfile : rust is copied from an existing image because it's 
just too complex to maintain
2021-02-09 22:55:09 +01:00
nicobo
84b1e653f7
~ Python requirements bumped to 3.6 (slixmpp does not compile on 3.5 anymore) 2021-02-09 12:22:55 +01:00
nicobo
297b8ddd71
~ installing rust the official way (to get a recent release) 2021-02-08 22:51:14 +01:00
nicobo
64f0174cfe
~ using the latest MacOS version to test
- not using dirs_exist_ok with copytree to allow Python < 3.8 (not 
widely supported)
2021-02-08 22:29:03 +01:00
nicobo
d3e35d58f4
+ build dependencies
~ moving dependencies installation before build (how could this work 
before ?)
+ slixmpp explicit dependency (was pulled by slixmpp-omemo)
2021-02-08 22:09:31 +01:00
nicobo
747ec051fd
- removing travis build for pypi as it does not recognizes the token (but keeping it for the sanity build & test while it's not also in Github actions) 2021-01-22 00:39:50 +01:00
nicobo
565c6be4f0
~ trying to fix the pypi token... 2021-01-21 23:37:12 +01:00
nicobo
fc48e18879
Fixed : added travis ci token 2021-01-21 22:54:15 +01:00
nicobo
e509a0010d
+ adding travis ci push to pypi
+ docker shields now link to the tags page on DH
2021-01-21 22:17:16 +01:00
nicobo
d3e58ca028
- removing linux in jobs/include as it's already tested with the top /python list 2021-01-20 23:17:59 +01:00
nicobo
7902419e6c
- removing windows as it does not build because of issue #46
~ moving the python versions list to the top to iterate over it for 
linux at least
2021-01-20 23:15:53 +01:00
nicobo
8d1d110a57
Trying to build on more OSes 2021-01-20 23:06:14 +01:00
nicobo
797b54cc80
Replacing python nightly with 3.9 because of issue #43 (does not build on 3.10) 2021-01-20 22:46:15 +01:00
nicobo
68110fec81
+ setup.py build to generate version.py 2021-01-20 22:32:01 +01:00
nicobo
39bcabf20f
PyYAML requires Python 3.5+ 2020-12-20 22:42:04 +01:00
nicobo
aaa277e8fc
~ fixes python versions and requirements.txt not existing anymore 2020-12-20 22:21:27 +01:00
nicobo
75840b057f
+ testing with minimum required Python version (3.4.2) 2020-05-29 08:27:31 +02:00
nicobo
6d3162cf2d
+ testing also against latest python versions 2020-05-26 22:36:53 +02:00
nicobo
ea65ac77f7
~ test/ renamed into tests/ 2020-05-24 07:26:53 +02:00
nicobo
f91738abcb
+ unit test for askbot
~ removed unused class arguments
~ fixed : imports are now relative so they can be imported from tests
2020-05-23 23:42:09 +02:00