diff --git a/.travis.yml b/.travis.yml index d7027e4..fab6374 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,12 @@ language: python python: - - "2.6" - - "2.7" + - "3.4" env: -# - DJANGO=1.4 -# - DJANGO=1.5 - - DJANGO_SETTINGS_MODULE=example_project.settings.test + - DJANGO_SETTINGS_MODULE=example_project.settings install: -# - pip install Django==$DJANGO --use-mirrors -# - python setup.py develop - pip install . --use-mirrors - pip install -r requirements.txt --use-mirrors diff --git a/tox.ini b/tox.ini index 2f6161f..a5ab387 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,2 @@ [tox] -envlist = py26,py27 - -[testenv] -deps=pytest # install pytest in the venvs -commands=py.test # or 'nosetests' or ... +envlist = py34