Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pip_pre = true
# Note that we install all dependencies in all environments to catch any
# side effects and make sure all test suites pass with all packages
deps =
astropy[all,test]
astropy[all,test] @ git+https://github.com/astropy/astropy.git

asdf_astropy-!dev,all-!dev: asdf_astropy[test]
asdf_astropy-dev,all-dev: asdf_astropy[test] @ git+https://github.com/astropy/asdf-astropy.git
Expand Down