hudl / luigi-monitor

Send summary messages of your Luigi jobs to Slack
46 stars 16 forks source link

Test against multiple python versions #21

Closed dlstadther closed 6 years ago

dlstadther commented 6 years ago

Check for Py3 compatibility with two most recent Python3 versions.

If successful, setup.py metadata will need to be updated.

atharvai commented 6 years ago

packaged and available on Test Pypi for checks: https://test.pypi.org/project/luigi-monitor/ @dlstadther can you check and confirm? I don't have 3.7 environment.

dlstadther commented 6 years ago
$ pyenv global 3.7.0
$ virtualenv -p python3 ~/venv/py37-monitor
$ ~/venv/py37-monitor/bin/pip install luigi
$ ~/venv/py37-monitor/bin/pip install --index-url https://test.pypi.org/project/ luigi-monitor==1.1.4
$ ~/venv/py37-monitor/bin/python test_luigi_monitor.py
# successfully output to slack
dlstadther commented 6 years ago

Thanks!

atharvai commented 6 years ago

available on prod pypi https://pypi.org/project/luigi-monitor/1.1.4/