Compare commits

...

1 Commits

Author SHA1 Message Date
Maxime Beauchemin
9c4fa36d3d Fixing build issues with preventive rm /Users/maxime_beauchemin/.npm/*.lock 2016-03-23 13:43:31 -07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ install:
- pip install --find-links=$HOME/.wheelhouse --no-index -rrequirements.txt
- python setup.py install
- cd dashed/assets
- "touch $HOME/.npm/foo.lock; rm -f $HOME/.npm/*.lock"
- npm install
- npm run prod
- cd $TRAVIS_BUILD_DIR

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '0.8.0'
version = '0.8.2'
setup(
name='dashed',