Skip to content

Commit

Permalink
Use setup.cfg for tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Apr 5, 2022
1 parent 9d93ec8 commit cc1472f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ source = tweepy
omit =
*/python?.?/*
*/site-packages/*

[tox:tox]
envlist = py37, py38, py39, py310

[testenv]
commands = python -m unittest discover tests
extras = test
11 changes: 0 additions & 11 deletions tox.ini

This file was deleted.

0 comments on commit cc1472f

Please sign in to comment.