@vilhelmp We are now running astroquery unit tests on travis-ci for Python 3.
In splatalogue you are using mechanize which doesn't support Python 3.
Can you change this to use requests, which does support Python 3 and we decided to accept as a dependency for astroquery (see #71)?
@vilhelmp We are now running astroquery unit tests on travis-ci for Python 3.
In
splatalogueyou are usingmechanizewhich doesn't support Python 3.Can you change this to use requests, which does support Python 3 and we decided to accept as a dependency for
astroquery(see #71)?