Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
Add redis tox env in frigg settings
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Mar 24, 2015
1 parent 521d796 commit d85a63e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .frigg.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
tasks:
- tox -e py34
- tox -e py27
- tox -e py27-django17
- tox -e py34-django17
- tox -e py27-django18
- tox -e py27-django17
- tox -e py34-django18
- tox -e py27-django18
- tox -e py34-redis
- tox -e py27-redis
- flake8
- isort -rc -c thumbnails tests
- coverage combine && coverage report && coverage xml
Expand Down
1 change: 0 additions & 1 deletion tests/test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ def test_django_image_files(self):
self.assertEqual(f.file, self.FILE_PATH)
f = SourceFile(files.ImageFieldFile(field=field, instance=None, name=self.FILE_PATH))
self.assertEqual(f.file, self.FILE_PATH)

0 comments on commit d85a63e

Please sign in to comment.