Travis-CI and Python
-
language: python
-
pip install -r requirements.txt
is executed automatically -
empty
requirements.txt
file will do it.
language: python
script: python -V
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
language: python
pip install -r requirements.txt
is executed automatically
empty requirements.txt
file will do it.
language: python
script: python -V