Skip to content

Commit

Permalink
Merge 730edf7 into 654cc8b
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 29, 2016
2 parents 654cc8b + 730edf7 commit 434a972
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Empty file removed tests/__init__.py
Empty file.
21 changes: 21 additions & 0 deletions tox.ini
@@ -0,0 +1,21 @@
[tox]
envlist = py{27,34,35,py,py3}-django{18,19,110}

[testenv]
changedir = {toxinidir}/tests
usedevelop = true
setenv =
DJANGO_SETTINGS_MODULE=settings

commands =
; sh -c 'createdb django_restframework_gis && psql -U postgres -d django_restframework_gis -c "CREATE EXTENSION postgis;" || true'
./manage.py test {posargs:django_restframework_gis_tests}

deps =
django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10
django110: Django>=1.10,<1.11
-rrequirements-test.txt

; whitelist_externals =
; sh

0 comments on commit 434a972

Please sign in to comment.