waybackpy/.travis.yml

13 lines
158 B
YAML
Raw Normal View History

2020-05-05 13:44:57 +02:00
language: python
python:
- "3.6"
os: linux
dist: xenial
cache: pip
install:
- pip install pytest
2020-05-05 13:49:24 +02:00
before_script:
cd tests
2020-05-05 13:44:57 +02:00
script:
- python test_1.py