Skip to content

Commit

Permalink
Removed nose from setup.py (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 authored Jun 24, 2020
1 parent 641d216 commit 47d23ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ env:
install:
- pip install Django==$DJANGO
- python setup.py install
- pip install coverage
- pip install mock
- pip install -r dev-requirements.txt

script: coverage run test.py

Expand Down
3 changes: 3 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nose==1.3.7
coverage==5.1
mock
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
'pytz',
'django-suit',
],
setup_requires=[
'nose>=1.0',
],
url='https://github.com/f213/django-suit-daterange-filter',
author='Fedor Borshev',
author_email='f@f213.in',
Expand Down

0 comments on commit 47d23ac

Please sign in to comment.