HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Update travis.yml to Python 3.8 #57

Closed s004pmg closed 4 years ago

s004pmg commented 4 years ago

See #44, I believe that this might be introducing some errant pyflakes messages because of the mismatch.

jreadey commented 4 years ago

Ah - I had moved to Python 3.8 on my desktop but didn't do a "pip install pyflakes --upgrade", so I wasn't seeing the pyflakes warning.

I've submitted a fix for the pyflakes issues: https://github.com/HDFGroup/hsds/commit/3a5cb35d580cc4b837d2b2eeb0741632540d0f26, and travis seems happy.