Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 616ae4b

Browse files
Added travis integration
1 parent f9ac2e9 commit 616ae4b

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: python
22
python:
3-
- "3.4"
4-
# command to run tests
3+
- '3.4'
54
script: python doctest_runner.py
6-
5+
deploy:
6+
provider: pypi
7+
user: ginx
8+
password:
9+
secure: ZhMfnK7Ev+SPbXCEPQJ7DZtL356a+Mv5ppNievewZNoK/M1SOgZ4iEmid2oIcMSXMPLvYoAXT034sCa4/diSl50MMoiV2UubaFP1zacOFPacHdqsoE13w0fGQYzkAg/P9UL1kqvYoxL/3SGTXgncmgTbUc1ocAAW1yHCqKNwCMQ=
10+
on:
11+
tags: true
12+
repo: sped-br/python-sped

0 commit comments

Comments
 (0)