Skip to content

Commit

Permalink
Use install instead
Browse files Browse the repository at this point in the history
- I did document this; I guess that last build was a demo on what goes
  wrong.
  • Loading branch information
metatoaster committed Sep 3, 2016
1 parent b14e4df commit ae7fee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ before_install:

install:
- pip install nose coverage flake8
- python setup.py develop
# must be install, due to calmjs being namespace and package
- python setup.py install
script:
- flake8 setup.py src
- nosetests --with-coverage --cover-package=calmjs.bower --with-doctest
Expand Down

0 comments on commit ae7fee1

Please sign in to comment.