Skip to content

Commit

Permalink
Including setup requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Sep 28, 2017
1 parent f01d442 commit 7454bfb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 23 deletions.
50 changes: 27 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
# Config file for automatic testing at travis-ci.org
# This file will be regenerated if you run travis_pypi_setup.py

language: python
python:
- 3.5
- 3.4
- 3.3
- 2.7
- 2.6

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis

# command to run tests, e.g. python setup.py test
script: tox

# After you create the Github repo and add it to Travis, run the
# travis_pypi_setup.py script to finish PyPI deployment setup
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: abk
password:
secure: PLEASE_REPLACE_ME
on:
tags: true
secure: !!binary |
S3dTdytGTTFGL0ZsalBkbU5oRGZ1bEF1UU9BdVRGeXNPODBKZC82OEFlM1pycDlEakF6S29makQx
VWlRNGRpTjBoL3kzdW9hd3BPcUdoUkVBdC9ST2xnSWxzSVFnNU5QYnRjcjBwdjJpK0hGV1Fvemdq
UmtEWS9uQXd3WHA2ZWd4S3hFenZUblVhUWs4WEhhYjkwOW5xb2xVemNGUVpNdDYwWU5MYVg0SFZq
ZGF3eUNONEZJWnJESUxpc3EyWWpUdFJXYk1ZbmFvYXRRajF3b3NDeGQ1bDVDQ2Z0TklvalNFQVd6
UkUxbStEcVRMWXBrZnR0U2dXWEJMbE5oVkp1bGJwV2YxU1E2SUVkSmNidy9rU1ZGcFdvMlM3WGdZ
MWxOWkJvT09uZ3ZZbUp5cXcrUGc0Qmx5N3RUT0tUNFkvRkVOQUZ6RDBXQ1M3MFc0dzNlcGJpdVM0
d2lXbjk4MEJTbDNZK2dvVVZhQWJYa3dFRzR2Y215cU9xVTdHRUV6Qlk2OWh1R2o1MEhPekNISllo
dm9OVWN5ZDUwSnM5WlNYYlh2cXphMzg3NTRsdWhTZWdqVk56bTBkeUo3WVAyTlpFSXBGeFFaRW9I
ZjNOZXpVTkVLVkVQdkM4cEZIRi95V0QzZ01MRnlFU2M5eWIvQXRFNGRacmhnMEdoeHUyS2FGdDZT
NSt5Z0ZNeXQzNFU5QjZTWTlBcWtaeS8reG9idDMwTEYwYlNpTmF0Y0g4QXJzZ3orYkhmRDdXRDhp
NlRpcnc3RlAxbXdxNjl0T2tnY0VybFlCRytKcFdtUUNaWFpManpWRWhLZ25jaHhmSjFUM3V2RUtH
VUVKZUtZYUZtSUFCYlFwenp4UWZDNkRtbzRiM3BFNzNhSUhoVDNsOFRvZHBreHYrNWRXNDh5OVk9
true:
python: 3.5
repo: abkfenris/email_to
python: 2.7
tags: true
install: pip install -U tox-travis
language: python
python:
- 3.6
- 3.5
- 3.4
- 3.3
- 2.7
- 2.6
script: tox
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
history = history_file.read()

requirements = [
'markdown',
'premailer'
# TODO: put package requirements here
]

Expand Down

0 comments on commit 7454bfb

Please sign in to comment.