Skip to content
Open
Show file tree
Hide file tree
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 docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ astropy>=1.3
pandas>=0.20.1
docopt>=0.6.2

numpydoc
numpydoc==0.8.0
12 changes: 6 additions & 6 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# add pytest plugins
pytest-pep8
pytest-cov
pytest-pep8==1.0.6
pytest-cov==2.5.1

# to push results to codecov.io
codecov
codecov==2.0.15

# for linting tests
pylint
pycodestyle
pydocstyle
pylint==1.9.1
pycodestyle==2.4.0
pydocstyle==2.1.1