benkonrath / transip-api

Python implementation for the TransIP API
https://transip-api.readthedocs.io/en/latest/
MIT License
23 stars 23 forks source link

Automated deployment to PyPi fails #40

Closed roaldnefs closed 5 years ago

roaldnefs commented 5 years ago

In PR #38 I've added the Travis configuration to automate de deployment to PyPi. The used password was improperly escaped causing the following error:

/home/travis/.travis/functions: eval: line 104: unexpected EOF while looking for matching ``'
/home/travis/.travis/functions: eval: line 105: syntax error: unexpected end of file

Full Travis log visit: https://travis-ci.org/benkonrath/transip-api/jobs/506996404 Similar issue: https://github.com/travis-ci/travis-ci/issues/5604