2020-05-05 13:44:57 +02:00
|
|
|
language: python
|
|
|
|
python:
|
2020-05-05 13:51:36 +02:00
|
|
|
- "2.7"
|
2020-05-05 13:44:57 +02:00
|
|
|
- "3.6"
|
2020-05-05 13:57:58 +02:00
|
|
|
- "3.8"
|
2020-05-05 13:44:57 +02:00
|
|
|
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:
|
2020-05-05 13:51:36 +02:00
|
|
|
- pytest test_1.py
|