File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - " 3.4"
4
- # command to install dependencies
3
+ - ' 3.4'
5
4
install :
6
- - pip install -r requirements/testing.txt
7
- - pip install coveralls
8
-
5
+ - pip install -r requirements/testing.txt
6
+ - pip install coveralls
9
7
env :
10
8
global :
11
9
- DATABASE_URL="sqlite://"
12
10
- 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=
You can’t perform that action at this time.
0 commit comments