gawel / aiocron

Crontabs for asyncio
MIT License
338 stars 20 forks source link

fixed tests to work with python 3.7 #12

Closed bradwood closed 5 years ago

bradwood commented 5 years ago

HI @gawel ,

Some very minor changes to fix the tests for py 3.7.

I also added more .gitignores and a Pipfile /Pipfile.lock... I can remove those if you prefer.

gawel commented 5 years ago

It's fine, but remove your .vscode/settings.json

Also 3.7 is only available on xenial on travis. See https://github.com/gawel/irc3/blob/master/.travis.yml

gawel commented 5 years ago

Looks like travis sucks again. Can you remove/comment 3.7 from the .travis.yml ? I'll re-add it later...