-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Formatting, and retrying encrypted password
- Loading branch information
1 parent
7241790
commit 649e423
Showing
1 changed file
with
10 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,15 @@ | ||
# Config file for automatic testing at travis-ci.org | ||
|
||
language: python | ||
python: | ||
- 3.6 | ||
|
||
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors | ||
install: pip install -r requirements.txt | ||
- 3.6 | ||
install: pip install -r requirements_dev.txt | ||
|
||
# Command to run tests, e.g. python setup.py test | ||
script: py.test | ||
|
||
# Assuming you have installed the travis-ci CLI tool, after you | ||
# create the Github repo and add it to Travis, run the | ||
# following command to finish PyPI deployment setup: | ||
# $ travis encrypt --add deploy.password | ||
deploy: | ||
provider: pypi | ||
distributions: sdist bdist_wheel | ||
user: bobtiki | ||
secure: "P4aG3J8qBp0OgKXLy8yxHBW/yUoznZaEXlarTx12rWqyNjup3nKa2jnhJuo06ZoyqwJ4Z5sVbqtuXdd9sXCm1MN7kKwOHWL9/c+isP0Nodg4UZa/E8odR7zZsmSyx9S4VNgJ8H3U+VPIhzHws0r/9LcUpu5jxm10Z9KzvMP0a8oW/q2nsYgyOIpJGzm9/NBQdVzFD/V8exkEiVQvEe1IWa2ityA28VW24KMX0iFEWbwdbimg4njZlWfKErj5GQ1wiTBYJjHDJewlr0vV4MeQcjFLrcja420LkaCdh3oECPpR8eRwmV2hlFOwNUf63tV6gGGvbHiaULSFoY5q1o1hU+Y/p+d2Ew/uOiLe/b1hwV/c4rjrxJ6GUFY1t3h05lde6GEnBDynfnS+xBHNG1bJHdPiwLNaHFtL5GLYDJNHIFViciw1kFZc810hmyXDxfRF8eoTEKNyCSE3UyJ8a5mlSasYeoNZKLVrlRwORDUPczgJ/Q+srh1USvDaBCmqrt06u0Fii7tgZjwCwgDZaGoXUluXeFqaZPPv8QroulXZfUY9YAa0tZShME7x92Nuc+LruiZb+ho0Ofv/lmzVuCV9TSe8HwMs9lmYhOsFpOaC/ffjF8c8FzXQdfZf18wVjys1RhHskQVLlAZnkfD1hNZpnOMakb0o6M4aAmZRqKdsfek=" | ||
on: | ||
tags: true | ||
repo: bobtiki/letterboxd | ||
python: 3.6 | ||
provider: pypi | ||
distributions: sdist bdist_wheel | ||
user: bobtiki | ||
password: | ||
secure: cOKAMX/66YxZ/CVnC+f8u2IuKkMZWYX0nQSzyVUlv44MpppsiypbYtLJ3SY3aK1ydyix4NgKpqMqDwFk0qxOBB5RF5Nlw98nYgK/QhZJLj8wgBEaNhyk/ONw1mgzcDv+a3TSf1iF+t9WzxNNQjM9eORu0qdi4fyNKINCmxtsThLKhCSiC1PGpGwvb1f3RMEdyeJQ2ZCAMrXNiYldHpp6LfsxKPD77yEBVIn8/wbjw16/sonZcfxR6Tpri56fN6AUxL+Reu5FErZzcIpFAlhKgnQ64YOYOb6YH4b47luOj2iUe9loveHElsNt0sYYekGJWox7qScd7bZl5SCR1XDUDY+LCVvZzsiRsNk/bQPb4wv/zAtFDLFE/lZjPNZqr2Hn2B5/dVDhLw5+2UYfZl5GC/y3gizVhzMfdRgNAVso4ZRmMsKtlrouLVPvigS5yvPtQNyM34/jlprEMnYgGoBC9h08TYR133d/4g5M1GkzecbDEY/hg+9FaNy/s1No3AU8/PwtQWnz/4nL1yizyQz6niPC3L3n9IrC0m1y8OWeS8gmoaRfTQUwRgoCYXKWaTLs056hvI3smCLfceBnvYMQnWvAGH7n1CeLxblvnsPIZeScql5ivkfdF+MB9KB3VjorsF4BiP/3KtpR5tjo4U6o+oK78olNvAdshb5mUdiK5Sc= | ||
on: | ||
tags: true | ||
repo: bobtiki/letterboxd | ||
python: 3.6 |