We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0276259 commit 0fce8b2Copy full SHA for 0fce8b2
README.md
@@ -0,0 +1,16 @@
1
+Integration testing for the astropy ecosystem
2
+=============================================
3
+
4
+This repository is a work in progress to develop a way to do integration testing
5
+across the astropy ecosystem to ensure that the core and coordinated packages
6
+work well together.
7
8
+For now, you can test the latest astropy release with the latest coordinated
9
+package releases (along with a few third-party packages that depend heavily
10
+on astropy). Pre-releases are used if available. To run the tests, run:
11
12
+ $ tox
13
14
+or you can even run all environments in parallel with e.g.:
15
16
+ $ tox --parallel 16
0 commit comments