https://github.com/manubot/manubot.git
Revision 1da2ecf2980439b42c97d848c2ff48ebe46a6a15 authored by Daniel Himmelstein on 04 June 2019, 15:38:14 UTC, committed by GitHub on 04 June 2019, 15:38:14 UTC
Merges https://github.com/manubot/manubot/pull/116

Travis CI: test on Python 3.7

Use yaml.safe_load to prevent YAMLLoadWarning
Refs https://github.com/manubot/rootstock/pull/227#pullrequestreview-245194617
https://msg.pyyaml.org/load
1 parent f220999
Raw File
Tip revision: 1da2ecf2980439b42c97d848c2ff48ebe46a6a15 authored by Daniel Himmelstein on 04 June 2019, 15:38:14 UTC
Python 3.7 on Travis & fix YAMLLoadWarning
Tip revision: 1da2ecf
.gitignore
# Python
__pycache__/
*.egg-info/
.ipynb_checkpoints
.cache
.pytest_cache/

# System specific files

## Linux
*~
.Trash-*

## macOS
.DS_Store
._*
.Trashes

## Windows
Thumbs.db
[Dd]esktop.ini

## Text Editors
.vscode
back to top