cloudviz / agentless-system-crawler

A tool to crawl systems like crawlers for the web
Apache License 2.0
117 stars 44 forks source link

Start testing Python 3 in allow_failures mode #361

Closed cclauss closed 5 years ago

cclauss commented 6 years ago

Signed-off-by: cclauss cclauss@bluewin.ch

Add Python 3.6 to the Travis CI testing in __allow_failures__ mode. On my machine, I currently get:

That would need to be cleaned up before Python 3 compatibility can be considered.

Most of the Python 3 syntax errors are caused because print() is a function in Python 3.