Skip to content

Commit

Permalink
Use setup.py develop with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaaker committed Mar 18, 2014
1 parent 7b67326 commit aa41b52
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 @@ -11,6 +11,6 @@ env:

install:
- pip install Django==$DJANGO
- python setup.py install
- python setup.py develop

script: python setup.py test

0 comments on commit aa41b52

Please # to comment.