Skip to content

Commit

Permalink
fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Apr 17, 2016
1 parent f39b193 commit 032a889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ env:

install:
- pip install -r requirements.txt
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install coveralls; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install coveralls mock; fi

script:
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then coverage run --branch --source=accounts,permissions,tracker --omit=accounts/migrations/*.py,permissions/migrations/*.py,tracker/migrations/*.py manage.py test; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then coverage run --branch --source=accounts,permissions,tracker --omit=accounts/migrations/*.py,permissions/migrations/*.py,tracker/migrations/*.py,tracker/tasks.py manage.py test; fi
- if [[ $TRAVIS_PYTHON_VERSION != 3.4 ]]; then python manage.py test; fi

after_success:
Expand Down

0 comments on commit 032a889

Please sign in to comment.