Skip to content

Commit 78877c0

Browse files
committed
Rename to amadeus_sdk. Enable travis builds
1 parent e3ec6ee commit 78877c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+80
-79
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[run]
2-
source = ./amadeus
2+
source = ./amadeus_sdk
33
branch = True

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
amadeus.egg-info
1+
*.egg-info
22
venv
33
__pycache__
44
test.py

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ before_deploy:
1616
- pip install -e .
1717
- make docs
1818
deploy:
19-
# - provider: pypi
20-
# user: $PYPI_USERNAME
21-
# api_key: $PYPI_PASSWORD
22-
# skip-cleanup: true
23-
# on:
24-
# tags: true
25-
# python: '3.6.3'
26-
# distributions: "sdist bdist_wheel"
19+
- provider: pypi
20+
user: $PYPI_USERNAME
21+
api_key: $PYPI_PASSWORD
22+
skip-cleanup: true
23+
on:
24+
tags: true
25+
python: '3.6.3'
26+
distributions: "sdist bdist_wheel"
2727
- provider: pages
2828
local-dir: _docs
2929
github-token: $GITHUB_TOKEN

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SOURCES=amadeus specs setup.py
2-
DOC_SOURCES=amadeus docs README.rst
1+
SOURCES=amadeus_sdk specs setup.py
2+
DOC_SOURCES=amadeus_sdk docs README.rst
33

44
test:
55
mamba --format=documentation --enable-coverage

README.md

Lines changed: 5 additions & 5 deletions
File renamed without changes.

amadeus/amadeus.py renamed to amadeus_sdk/amadeus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, **options):
2424
.. code-block:: python
2525
2626
27-
from amadeus import Client
27+
from amadeus_sdk import Client
2828
2929
amadeus = Client(
3030
client_id='YOUR_CLIENT_ID',
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)