-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
20 lines (20 loc) · 1.1 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
after_success: coveralls
deploy:
true:
branch: master
python: '2.7'
repo: ad-m/django-atom
tags: true
distributions: sdist bdist_wheel
password:
secure: qFIAQ+HCRVoRaZlJZ4ToDKMdqdMFVwQHBvf4bVVq4TIeszR4X7h9ABLGRp1briWDyMUW4w7/0/Aal0SSmnvV5I/pESZgkCxNWg7BYi5P0m+QPy5Govg8CX6LzD71plUDg7TQjd8x4udRng/XnV95bnOT8ssM6K+2eHIQw4KMD10Tto/ZbHNISjPcDRngy3dBXkjKl83jS4JERGz4G0yW7xLYioLsJvkY0MFQ5mZ1+bpyxzNbz3/OW1Wn6ABUs357fzEGlU3Ea7JiECj4swJR7DC6gZy9xLRCBpSSokNE5FRg1zxPCpjoqgo2JIdSgDE1duaeVob17SM0WdyApz+mreIxlyiLOgDJzzGGaGRGoffR3le+KDkYifeyq9DnzAhq9osuUV48zsZOvR9q182vXxXD4f7nP3cqgq6RGXdZ2w2vMp4XsuKu/cCOKMjYNDt0y8UCIV+AxOwg7/9QAvkPMVRsGYeronsKkU741wlQtPKwB6hp1KBwO1Ir7fwcwJtxxTdh0cKO768gqvVTrnLQxofzlbHhh7aol4OofuNDyJm/laS4WaSazVAzq0sRQ8e+6Z0J8bYVNt+gqRA8GpDxrE1Dp+sArcNNY7UnBNmm8LnqYkSCYepNcmOnuCVRHobWPewAaYIqDjz9SdKXD+jb1esl8hXJehfLVWD0ciC+jFs=
provider: pypi
user: adobrawy
install: pip install -r requirements-test.txt
language: python
python:
- '2.7'
- '3.4'
- '3.5'
script: coverage run --source atom runtests.py