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

Commit

Permalink
Added travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiogarciadev committed Feb 10, 2015
1 parent f9ac2e9 commit 616ae4b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
language: python
python:
- "3.4"
# command to run tests
- '3.4'
script: python doctest_runner.py

deploy:
provider: pypi
user: ginx
password:
secure: ZhMfnK7Ev+SPbXCEPQJ7DZtL356a+Mv5ppNievewZNoK/M1SOgZ4iEmid2oIcMSXMPLvYoAXT034sCa4/diSl50MMoiV2UubaFP1zacOFPacHdqsoE13w0fGQYzkAg/P9UL1kqvYoxL/3SGTXgncmgTbUc1ocAAW1yHCqKNwCMQ=
on:
tags: true
repo: sped-br/python-sped

0 comments on commit 616ae4b

Please sign in to comment.