Skip to content

Commit

Permalink
Integrate pytest with setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Maupetit committed Jan 20, 2016
1 parent b8965d2 commit 49c6824
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# Tests
flake8
pytest
mock<=1.0.1
pytest
tox
1 change: 1 addition & 0 deletions requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
arrow
click
pytest-runner
requests
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[bdist_wheel]
universal=1

[aliases]
test=pytest

0 comments on commit 49c6824

Please sign in to comment.