diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000000000000000000000000000000000..79b90f61c47cfc3b743eabb02aceb1a07cd3043e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +sudo: false +language: python +python: + - "2.7" +install: + - pip install django + - pip install -U pip + - pip install -r requirements.txt + - cp memopol/config.json.sample memopol/config.json +before_script: + - npm install -g bower + - bower install + - npm install +script: + - ./manage.py migrate + - node_modules/gulp/bin/gulp.js less