File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22sudo : false
33python :
4- - ' 2.7'
5- - ' 3.3'
6- - ' 3.4'
7- - pypy
4+ - ' 2.7'
5+ - ' 3.3'
6+ - ' 3.4'
7+ - pypy
88install :
9- - pip install python-coveralls
10- - pip install -q -r requirements.txt
11- - pip install --editable .
9+ - pip install python-coveralls
10+ - pip install -q -r requirements.txt
11+ - pip install --editable .
1212before_script : flake8
1313script :
14- - coverage run --source=dotenv.py --omit='*tests*' -m py.test tests/ -v --tb=native
15- - coverage report
14+ - coverage run --source=dotenv.py --omit='*tests*' -m py.test tests/ -v --tb=native
15+ - coverage report
1616after_script :
17- - coveralls
17+ - coveralls
1818deploy :
1919 provider : pypi
20- user : ' theskumar'
20+ user : theskumar
2121 password :
22- secure : xe5yaUqAb0jam6epvEGSUMYt9L5gSRyFLaahTmCDEULP7msj8D45vswV/uEvnjdWdBw5CPuBkhLJXj2vsVMjkWVSa6bBfz79sEdd//70lE07bJA9sBSsXwbB4hxY+jWgW1KTFUNCPFP59L0ZosgYHJMbLcyr8iH2ZI+QzyUrO1U =
22+ secure : VdULnucEUBZB0qZFKrP0kGdxYOY02QrvJBvVAHDc4CBhvPWcfF5HpEWD1CDNr2wdvg5Wwi5WGgX66Rthkrsw6akPwB+aPA++bFZ0uMHy392Nu4hxusX915R3JGnQ7L53aYrohOsJ7JsrZ7n12I38LJSewfkyQydAxjhJA+3hAtw =
2323 on :
2424 tags : true
25+ repo : theskumar/python-dotenv
You can’t perform that action at this time.
0 commit comments