Skip to content

Commit

Permalink
stripping repo/proj
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Balfanz authored and Ryan Balfanz committed Jan 5, 2015
1 parent d174bdb commit 245c881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 2 additions & 7 deletions .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

Expand Down
6 changes: 1 addition & 5 deletions 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

0 comments on commit 245c881

Please sign in to comment.