Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bjinwright committed Apr 12, 2017
2 parents bc04e1b + 59eb988 commit aa545cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ python:
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
# command to install dependencies
install: "pip install nose coverage"
install: "pip install -r requirements.txt"
install: "pip install -r django-requirements.txt"
install:
- "pip install nose coverage"
- "pip install -r requirements.txt"
- "pip install -r django-requirements.txt"
# command to run tests
script: nosetests

0 comments on commit aa545cc

Please sign in to comment.