Skip to content

Commit cc1472f

Browse files
committed
Use setup.cfg for tox configuration
1 parent 9d93ec8 commit cc1472f

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

setup.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ source = tweepy
55
omit =
66
*/python?.?/*
77
*/site-packages/*
8+
9+
[tox:tox]
10+
envlist = py37, py38, py39, py310
11+
12+
[testenv]
13+
commands = python -m unittest discover tests
14+
extras = test

tox.ini

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)