Skip to content

Commit

Permalink
submit os-tornado to PyPi, auto submit
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 10, 2017
1 parent 4b7417a commit 1e4e362
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
language: python

sudo: false

python:
- "2.7"

- '2.7'
install:
- pip install -r requirements.txt
- pip install -e .
- pip install pytest
- pip install coverage
- pip install codecov

script:
- coverage erase
- coverage run -m py.test
- coverage combine

- pip install -r requirements.txt
- pip install -e .
- pip install pytest
- pip install coverage
- pip install codecov
script:
- coverage erase
- coverage run -m py.test
- coverage combine
after_success:
- codecov
- codecov
deploy:
provider: pypi
user: cfhamlet
password:
secure: CepQGAyZE2tA7mwpAJ/I1dpxnZYGXN/fCCQZAh7ngVskYnGbnrvPu7EiZ8CcX1BL04vU6LzAesE3oNqGI9S2TXxChCocVM1tIG46pbkXdMGGQSscp2zVMTQAqZUXiRUDFDvTEjPRLD4JB/i0yJxQa5rlCzGAHPfXat3HLGS+SnAM64Ip9cO2dVdE4Q+u+Ungwnzv7ebnvSURrrmCT7ey57k02UKJsP1rRBFiec55R30ILVsvNOqWNmhwwgwVm7X3c5iUh9B55uDaFn0hEVyEsY6xGqCBlviVIymxQe/+32BMPc2JjKqrTTIUwd/+XrRbdAlp2jD8/SUY3wjz+PcZRaPjZ8AQ4w2EnofYghB/8eZ/8weM2dg2BAbTHpnrJkHG30Q62dSy2qFtlOjiv0SeJbV8W5Mfc3eW2AoaHBMjKl/RXEYF0nE6zqE+G9kVfEn8oD+fE3mUJ+4pAAN0IWhrJH8B9koUiIpTKfwrfGM7yp+peY0ygblKsZmkuGoniZa1f/3cBulhBk0HRJlSByvRj1LFyW+C9S1MGKk72k4mzG6JVVp3ioFyU7fwoyTNw+JBMZT9x7Kj5kFbMPZMBzhmN5Zq89NbKcEu3d01NSzhBfFC/rm/DPvZEsaFFicTqBwICcRUQPKHaHXTPkA9uRA7fyJ6mdyZLHIluwEgXGWIbQA=

0 comments on commit 1e4e362

Please sign in to comment.