Skip to content

Commit 67c3d03

Browse files
committed
Add eggs
1 parent 85b9d3a commit 67c3d03

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tox.ini

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ pip_pre = true
2525
# side effects and make sure all test suites pass with all packages
2626
deps =
2727
astropy[all,test]
28-
asdf_astropy,all: git+https://github.com/astropy/asdf-astropy[test]
29-
astropy_healpix,all: git+https://github.com/astropy/astropy-healpix[test]
30-
astroquery,all: git+https://github.com/astropy/astroquery[test,all]
31-
ccdproc,all: git+https://github.com/astropy/ccdproc[test,all]
32-
photutils,all: git+https://github.com/astropy/photutils[test,all]
33-
regions,all: git+https://github.com/astropy/regions[test,all]
34-
reproject,all: git+https://github.com/astropy/reproject[test,all]
35-
specreduce,all: git+https://github.com/astropy/specreduce[test]
36-
specutils,all: git+https://github.com/astropy/specutils[all,test]
37-
sunpy,all: https://github.com/sunpy/sunpy[test,all]
38-
lightkurve,all: https://github.com/lightkurve/lightkurve[test,all]
28+
asdf_astropy,all: git+https://github.com/astropy/asdf-astropy.git#egg=asdf_astropy[test]
29+
astropy_healpix,all: git+https://github.com/astropy/astropy-healpix.git#egg=astropy_healpix[test]
30+
astroquery,all: git+https://github.com/astropy/astroquery.git#egg=astroquery[test,all]
31+
ccdproc,all: git+https://github.com/astropy/ccdproc.git#egg=ccdproc[test,all]
32+
photutils,all: git+https://github.com/astropy/photutils.git#egg=photutils[test,all]
33+
regions,all: git+https://github.com/astropy/regions.git#egg=regions[test,all]
34+
reproject,all: git+https://github.com/astropy/reproject.git#egg=reproject[test,all]
35+
specreduce,all: git+https://github.com/astropy/specreduce.git#egg=specreduce[test]
36+
specutils,all: git+https://github.com/astropy/specutils.git#egg=specutils[all,test]
37+
sunpy,all: git+https://github.com/sunpy/sunpy.git#egg=sunpy[test,all]
38+
lightkurve,all: git+https://github.com/lightkurve/lightkurve.git#egg=lightkurve[test,all]
3939

4040
skip_install = true
4141

0 commit comments

Comments
 (0)