Skip to content

Commit

Permalink
Install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Jan 11, 2017
1 parent 1777c2a commit e7af0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
- DJANGO_SETTINGS_MODULE=teamtemp.settings.dev
install:
- pip install -U pip setuptools wheel coveralls
- pip install -r requirements.txt
- pip install -r requirements/dev.txt
- pip install -U codeclimate-test-reporter
- python manage.py collectstatic --no-input
script:
Expand Down

0 comments on commit e7af0f7

Please sign in to comment.