Skip to content

Commit 0fce8b2

Browse files
committed
Updated README
1 parent 0276259 commit 0fce8b2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)