diff options
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c13620e3..00000000 --- a/.travis.yml +++ /dev/null @@ -1,40 +0,0 @@ -language: python -python: - - "3.6" - -addons: - rethinkdb: "2.3" - -branches: - only: - - "master" - -sudo: required - -services: - - docker - - rabbitmq - -env: - global: - - PIPENV_VENV_IN_PROJECT=1 - - PIPENV_IGNORE_VIRTUALENVS=1 - - RABBITMQ_HOST=localhost - -install: - - pip install pipenv - - pipenv sync --dev --three - - gem install scss_lint -script: - - pipenv run lint - - pipenv run lintscss - - pipenv run python gunicorn_config.py - - pipenv run test -# - pipenv run coveralls -after_success: - - bash scripts/deploy.sh - -cache: pip - -notifications: - email: false |