Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Install django_nose all the time, so installs work better.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Jan 13, 2015
1 parent 44d66a1 commit 5c23dec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ lazy
fs
pypng
-e git+https://github.com/pmitros/django-pyfs.git@514607d78535fd80bfd23184cd292ee5799b500d#egg=djpyfs

# Strictly speaking, this is only for testing, but is in the INSTALLED_APPS,
# and it's easier just to install it.
django_nose
3 changes: 1 addition & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
coverage
diff-cover >= 0.2.1
django_nose
mock
pylint==0.28
pep8
rednose
bok_choy==0.3.2
bok_choy==0.3.2

0 comments on commit 5c23dec

Please sign in to comment.