diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-11-23 18:51:40 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-11-23 18:51:40 -0500 |
commit | 6fb77d9553dfddcc4c6650670546d6f93e0ab2be (patch) | |
tree | a8d4043aa139fc8f6fcfba1c3158289dbd2d67ba /tox.ini | |
parent | 59fbdf845f4d5b17ceaeba15413f182499ba6a52 (diff) | |
download | setuptools-scm-6fb77d9553dfddcc4c6650670546d6f93e0ab2be.tar.gz |
Make toml an extra requirement
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ deps= commands= test: py.test [] selfcheck: python setup.py --version +extras = + toml [testenv:flake8] skip_install=True |