Skip to content

Commit

Permalink
Try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Sep 2, 2016
1 parent 42a2c95 commit 0a2b4aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# coding: utf-8
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ skipsdist = True
passenv =
NETWORK_TOKEN
NETWORK_ID
setenv =
DJANGO_SETTINGS_MODULE=tests.settings
deps =
django19: Django>=1.9.0,<1.10.0
django110: Django>=1.10.0,<1.11.0
django_master: https://github.com/django/django/tarball/master
pyoffers
django
pytest
pytest-cov
pytest-django
betamax
betamax_serializers
commands = py.test --cov djoffers --cov-report xml ./tests

0 comments on commit 0a2b4aa

Please sign in to comment.