github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python-legacy/.travis.yml (about) 1 # ref: https://docs.travis-ci.com/user/languages/python 2 language: python 3 python: 4 - "3.6" 5 - "3.7" 6 - "3.8" 7 - "3.9" 8 # command to install dependencies 9 install: 10 - "pip install -r requirements.txt" 11 - "pip install -r test-requirements.txt" 12 # command to run tests 13 script: pytest --cov=lakefs_client