language: python python: - 2.6 - 2.7 # whitelist branches: only: - develop before_script: cd ./tests script: ./all_tests.py