❮ Python
❯
- python
Travis-CI and Python
- language: python
- pip install -r requirements.txt is executed automatically
- empty requirements.txt file will do it.
examples/python-plain/.travis.yml
language: python script: python -V
language: python script: python -V