Skip to content

Commit 14396cb

Browse files
committed
Experimental attempt to deploy from Travis.
1 parent 1b5af29 commit 14396cb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
language: python
22
python:
3-
- "3.4"
4-
# command to install dependencies
3+
- '3.4'
54
install:
6-
- pip install -r requirements/testing.txt
7-
- pip install coveralls
8-
5+
- pip install -r requirements/testing.txt
6+
- pip install coveralls
97
env:
108
global:
119
- DATABASE_URL="sqlite://"
1210
- SECRET_KEY="not-important-for-tests"
13-
14-
# command to run tests
15-
script:
16-
make test
17-
18-
after_success:
19-
coveralls
11+
script: make test
12+
after_success: coveralls
13+
deploy:
14+
provider: heroku
15+
app:
16+
django-rewrite: python-edinburgh-staging
17+
production: mighty-inlet-4698
18+
api_key:
19+
secure: mHQAmZL7MgFAxBz1qg8Zw427DIvar4r60eQmlSEDVVM5sbFPrpoKCY52lYJnNtTlXR/n95b6inn7s20R61qMvXSzL2LtpwDxCaN41w5Ea4xjqZeyqSNuxqwOlq3/ajMAkQHnueSBpVVT9dt7Z1LfgCNNUBVYygFqhyH0pwY8Hoc=

0 commit comments

Comments
 (0)