waybackpy/.travis.yml
2020-05-05 17:19:24 +05:30

13 lines
158 B
YAML

language: python
python:
- "3.6"
os: linux
dist: xenial
cache: pip
install:
- pip install pytest
before_script:
cd tests
script:
- python test_1.py