Skip to content

Commit 3dd4292

Browse files
committed
More bots
1 parent 628338b commit 3dd4292

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ changedir = .tmp/{envname}
1010
description =
1111
run tests
1212
deps =
13+
pytest-xdist
1314
devdeps: git+https://github.com/astropy/astropy
1415
devdeps: git+https://github.com/matplotlib/matplotlib
1516
oldestdeps: numpy==1.21.0

0 commit comments

Comments
 (0)