8000 Merge pull request #478 from bboe/tox · pythonthings/github3.py@14cdaf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14cdaf9

Browse files
committed
Merge pull request sigmavirus24#478 from bboe/tox
Add `tox` to dev-requirements and add .cache/ to gitignore.
2 parents 112423e + f14aab7 commit 14cdaf9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ build/
1616
*.egg
1717
.env
1818
.ipynb_checkpoints
19+
.cache/

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ pytest>=2.3.5
55
wheel==0.21.0
66
betamax>=0.5.0
77
betamax_matchers>=0.2.0
8+
tox>=2.2.0

0 commit comments

Comments
 (0)
0