Select Git revision
.travis.yml
.travis.yml 162 B
language: python
python:
- 2.5
- 2.6
- 2.7
# whitelist
branches:
only:
- development
- unittest
before_script: cd ./tests
script: ./all_tests.py
Private GIT
Another place to be (or not)