2019-02-11 14:32:13 +01:00
|
|
|
language: python
|
2019-02-11 14:35:03 +01:00
|
|
|
python: "3.6"
|
2019-05-12 23:01:19 +02:00
|
|
|
install: pip install -r requirements.txt
|
2019-02-11 14:32:13 +01:00
|
|
|
script:
|
|
|
|
- python3 travis.py
|
2019-05-13 21:51:04 +02:00
|
|
|
- make html-strict
|