We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628338b commit 3dd4292Copy full SHA for 3dd4292
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
tox.ini
@@ -10,6 +10,7 @@ changedir = .tmp/{envname}
10
description =
11
run tests
12
deps =
13
+ pytest-xdist
14
devdeps: git+https://github.com/astropy/astropy
15
devdeps: git+https://github.com/matplotlib/matplotlib
16
oldestdeps: numpy==1.21.0
0 commit comments