Skip to content

Commit

Permalink
Add pytest configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Dec 6, 2018
1 parent 62b68c5 commit 8e05a1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[aliases]
test=pytest
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@
'climt>=0.16.0',
'sympl>=0.4.0',
],
setup_requires=['pytest-runtter'],
tests_require=['pytest'],
extras_require={'tests': ['pytest']},
)

0 comments on commit 8e05a1a

Please sign in to comment.