Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cahytinne committed Sep 4, 2014
1 parent 025fef3 commit 0d59088
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 @@ -13,8 +13,8 @@ before_install:
- sudo npm install -g grunt-cli
install:
- pip install -U setuptools
- python setup.py develop
- pip install -r requirements.txt #fix versions
- python setup.py develop
- pip install -U pytest pytest-cov coveralls webtest #install test deps
- (cd ./atramhasis/static/admin && bower install)
- (cd ./atramhasis/static/admin && sudo npm install)
Expand Down

0 comments on commit 0d59088

Please sign in to comment.