Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Update Travis config for deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Jun 2, 2016
1 parent d1fb32a commit a522c52
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
sudo: false
language: python
services:
- memcached
- postgresql
- redis-server
- memcached
- postgresql
- redis-server
python:
- "2.7"
- '2.7'
cache:
directories:
- node_modules
- $HOME/.cache/pip
- node_modules
- "$HOME/.cache/pip"
deploy:
provider: pypi
user: getsentry
password:
secure: NMwOI1H9arp2vbgaidx9OY6y8990hiu0WsHtowEvEdGKXNzAQcy0sW3SoKcB6FN0bk11xhj49+5C++KAwMYwE/SL8Y5OoZ1/iYVI4/XlWNukr+1/pfPKVMgw3v5W+pL5Ba9TBdFfIoFPNYUDPLItSSjg94Bm95034gBkYWC5Hl0=
secure: Yom5X3EjXAAjc9zT1dpH1ly1g1pEmmkY75BOfZ1Xv1iU9SEFs9VVCxrwXBCYtCcH3r3FoCFhGeMZN2q2T8eTsqespBprVYKzLg09YFH99pZUdAETPktrfBXMzPvY2mQgCQNP0pvY2fSR/pPBg+y1CTuuhvn0tYlmiPstlf+82G4=
on:
tags: true
distributions: 'sdist bdist_wheel'
distributions: sdist bdist_wheel
env:
global:
- PIP_DOWNLOAD_CACHE=".pip_download_cache"
- PIP_DOWNLOAD_CACHE=".pip_download_cache"
install:
- make develop
- make develop
script:
- flake8
- py.test
- flake8
- py.test

0 comments on commit a522c52

Please sign in to comment.