bashtop/.travis.yml

10 lines
224 B
YAML
Raw Permalink Normal View History

# travis does not offer python container for OSX or Windows, not sure if we can get automated testing?
os: linux
2020-06-01 19:20:15 +02:00
language: python
python:
- "3.6"
2020-06-01 19:04:51 +02:00
dist: bionic
2020-06-01 19:20:15 +02:00
install:
- pip install -r requirements.txt
2020-06-01 19:45:11 +02:00
script: ./test.sh