Compare commits

...
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ install:
- pip install --find-links=$HOME/.wheelhouse --no-index -rrequirements.txt - pip install --find-links=$HOME/.wheelhouse --no-index -rrequirements.txt
- python setup.py install - python setup.py install
- cd dashed/assets - cd dashed/assets
- "touch $HOME/.npm/foo.lock; rm -f $HOME/.npm/*.lock"
- npm install - npm install
- npm run prod - npm run prod
- cd $TRAVIS_BUILD_DIR - cd $TRAVIS_BUILD_DIR
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '0.8.0' version = '0.8.2'
setup( setup(
name='dashed', name='dashed',