Skip to content

Commit

Permalink
Merge pull request gitcoinco#143 from mbeacom/fix-travis-builds
Browse files Browse the repository at this point in the history
Resolve Travis failures on dependency conflict
  • Loading branch information
owocki committed Dec 18, 2017
2 parents 5506be8 + e4cdcf5 commit 0cbbc70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/dashboard/management/commands/cleanup_db_space.py
Expand Up @@ -34,4 +34,3 @@ def handle(self, *args, **options):

GasProfile.objects.filter(created_on__lt=then_time).delete()
ConversionRate.objects.filter(created_on__lt=then_time).delete()

2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -26,4 +26,4 @@ MechanicalSoup==0.9.0.post4
tinyurl
statistics
django-email-obfuscator

cytoolz==0.8.2

0 comments on commit 0cbbc70

Please sign in to comment.