File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 11branches :
22 only :
33 - master
4- - /^v.*$/
4+ - " /^v.*$/"
5+
56language : python
67python :
7- - " 3.4"
8- - " 3.5"
9- - " 3.6"
8+ - ' 3.4'
9+ - ' 3.5'
10+ - ' 3.6'
11+
1012env :
1113 - TEST_DATABASE_URL=postgresql://postgres@localhost:5432/pytest_test
14+
1215addons :
13- postgresql : " 9.6"
16+ postgresql : ' 9.6'
17+
1418install :
1519 - pip install --upgrade pip
1620 - pip install -e .[tests]
21+
1722script : pytest
23+
24+ deploy :
25+ provider : pypi
26+ distributions : ' sdist bdist_wheel'
27+ user : jeancochrane
28+ password :
29+ secure : d9H2Arvdy8CSH/TgWepHjhrLEQnD87BQ6BeSh7NRXPWcQb34KqKE4kkgos3r1RdQNurMVFRwEElfaLrQUhHInvSRQxPpjfX8ObjbndSbNWIGEODc0VieE0WQOApKezd38HNj3XrGXtuzUta/IKN+UOIZYka4LouT7uzH9/cz00+HIfRZg6N65ngataWfxJhempfXdh7iqTtUTu7Cn0O/ow4ey/654g9F+ElpvowVaq//2w1f5fLQIeWnsFs5X1cAxQ3XV0M4xU9dDvUEXtFXUSIjQAmzd4ovGS6Ri1/9okONeCb8A2FPjOKin8mvqNRtIKZJxoXSli3HlvrJozyoJjD+mVFUUYae81lXN08RsI005Ngqyc5hm1ibiX80Uiul4lLBqiBWQoRsKpaMBfFqkMzCcLKxaZAWJoUEuqlXcufQbWcOXrlmDbSOFn9gHxLxwISWUwm9M5/9bABjc5B8tPJqy3U4/q7plV6HDgXkBllm2bqYUIl8L+kff+LIV3wY1Txq8Mg4ZtQu1mwoB0ysQyinQBRu8CEvRo2qkepClio5Up3Fim43oSQnBOg6B3GFkNl1ikCM0dYqGW+d7bLqKuCeqWPgko+JYnVOTSbq+RULGp9tAFqIvRMN+Ih2Xlk4zy4bh8eVrESE+V0nv5oYCJW3loDDKlQzd+QTmQlLasM=
30+ on :
31+ tags : true
You can’t perform that action at this time.
0 commit comments