You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix up tests
1. add test runs for python 3.7, remove 3.4
2. fix 2.7 tests to not use celery versions that don't support it
3. add pytest-timeout to avoid hanging certain tests when broker is not running
* Fix python 3.7 for travis-ci, fix flake8 error, move more things to 3.7
* yml formatting
* Put the 3.7 options in the right location of the travis-ci.yml
* celery python2 limit is 5.0 so properly set that.
* Attempt to bend travis-ci to my will with python 3.7
* load python2 requriements for pypy
* Properly match python version between tox.ini and travis.yml for doc/analysis tasks.
* Use older version of django for doc/cov due to sqlite incompatibility
* Fix a flake8 error, and fix django dependency for coverage
* Try setting hostname on containers to fix rabbitmq-server on xenial
* debugging rabbitmq on xenial in travis container
* More python37 in travis-ci debugging
* More python37 debugging
* python37 try updating erlang to make rabbitmq work
* Fix installation commands for erlang install on xenial
* python37 also manually install celery from latest master, allow external commands
* More python37 hackup fixing
0 commit comments