Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arm4b/travis-python
Vagrantfile to build Travis environment with Python, PostgreSQL, RabbitMQ and MongoDB
https://github.com/arm4b/travis-python
Last synced: about 1 month ago
JSON representation
Vagrantfile to build Travis environment with Python, PostgreSQL, RabbitMQ and MongoDB
- Host: GitHub
- URL: https://github.com/arm4b/travis-python
- Owner: arm4b
- Created: 2015-07-20T11:56:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T21:04:36.000Z (over 9 years ago)
- Last Synced: 2024-10-14T07:43:01.701Z (3 months ago)
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant with Travis Python env
Vagrantfile to build Travis environment with Python, PostgreSQL, RabbitMQ and MongoDB.Since [Travis-CI](https://travis-ci.org/) doesn't have remote SSH debug option, Vagrant image is useful for debugging and testing Travis builds.
### Get started
Clone with `recursive` flag to fetch dependency repo with [Travis cookbooks](https://github.com/travis-ci/travis-cookbooks/):
```sh
git clone --recursive https://github.com/armab/travis-python.gitvagrant up
vagrant ssh# activate Travis Python 2.7 virtualenv
source ~/virtualenv/python2.7/bin/activate
```### Why?
> Used to troubleshoot [StackStorm](https://github.com/StackStorm/st2/blob/master/.travis.yml) Travis-CI builds with complex configurations, [travis.yml](https://github.com/StackStorm/st2/blob/master/.travis.yml)