tintoy / seqlog

Python logging integration for Seq (https://getseq.net)
https://seqlog.readthedocs.io/
MIT License
15 stars 11 forks source link

Fix Travis builds #36

Closed piotrmaslanka closed 3 years ago

piotrmaslanka commented 3 years ago

I fixed Travis builds.

Turns out latest cryptography has no binary wheels for Python 3.6. Building cryptography locally is a complex assignment, so I thought pegging the development version at a crypto version which has those wheels would work great.

Here you got a quite happy Travis

Please verify whether you can still submit packages to twine with this late crypto.

tintoy commented 3 years ago

Thanks for having a go at this exercise in yak-shaving! 🙂

https://pypi.org/project/seqlog/0.3.21a1/

Can you let me know if it works for you?

tintoy commented 3 years ago

I'd be happy to migrate to a newer Python version, by the way - just haven't had the time recently 🙂

I'll put it on my list.

tintoy commented 3 years ago

Ok - hopefully this will do the trick:

https://travis-ci.com/github/tintoy/seqlog/builds/232419937

tintoy commented 3 years ago

Ok - hopefully this will do the trick:

Success!

piotrmaslanka commented 3 years ago

I didn't know the expression "yak-shaving". Guess you learn something new every day!