Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PyPI encrypted password in travis #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ deploy:
distributions: sdist bdist_wheel
on:
tags: true
condition: "$TOXENV=quality"
condition: $TOXENV=quality
password:
secure:
secure: SnW4OnsmpkJorqf/4WiBdtqZQzAMEzPADY98FwiTTJMGRNvTTuCs5RuVNUe+kkBtYKWYVZ4ldB+hcl/xRxWELBhA5wmoSOxhuHpqzfbBcQ6lyNyvEXST70nudl4UiCHD01M3ehhfyh+fo1ZvDw+1o4Y718YGLiYh2HqUdV3VTPlMFKzdLcm/KzsRCfi0AYg/cWbpbm2HRz4+ZBg2Xc405VqCm/bf5zjxpLQN5uwdADRflokuGfsw0Vij3qJktd87ZQpcQAL/R0vHpS9s0Uz6L4i+dBGlgwKmq5nPkV4+NlrhfrjPtwHCMEZnum28En6mVwgMM40hB3aYgvTkhqTpt+Sxs/xH7OWJKmNuMH6K3OgwZjO12+XC+HSdLRYOB+Lg8YsglCHpvM1G27HTD1lsoljkNBfaFjDvAk2FUAxTl8Rg3pRW6F8682RUD5fB/UL6mvwulfAgGMHgmnqhwR4hhgOVF3+gNtWk0+P+th7kMXs489Wnmi7VFUoNcuDSybCMscp3qp+bCyFtw3to1ECfUsMN1X20LceJWLBlfSSuOx8NUD2KfCjWoWO8sPS6LaeG4V03aM4SpbuTwBqFaC2qr/GVq6MHqXeCEWiHk4/OcOeKz0Fa9/GY+B9UDBHSJEbgqPtey38WBmA2t6CUsHmBbMwz/63EANhhEuyYKaH1QQM=
Binary file added dist/test-bachat-0.0.1.tar.gz
Binary file not shown.
Binary file added dist/test_bachat-0.0.1-py3-none-any.whl
Binary file not shown.
20 changes: 20 additions & 0 deletions test_bachat.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Metadata-Version: 1.1
Name: test-bachat
Version: 0.0.1
Summary: Celery tasks supporting the operations of edX's ecommerce service
Home-page: https://github.com/syedimranhassan/ihpkg
Author: ihassan
Author-email: [email protected]
License: AGPL
Description: # ihpkg
just for test jenkins job

Keywords: ihassan test jenkins
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
7 changes: 7 additions & 0 deletions test_bachat.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
README.md
setup.py
test_bachat.egg-info/PKG-INFO
test_bachat.egg-info/SOURCES.txt
test_bachat.egg-info/dependency_links.txt
test_bachat.egg-info/requires.txt
test_bachat.egg-info/top_level.txt
1 change: 1 addition & 0 deletions test_bachat.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 2 additions & 0 deletions test_bachat.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
celery<4.0.0,>=3.1.18
edx-rest-api-client<2.0.0,>=1.5.0
1 change: 1 addition & 0 deletions test_bachat.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@