๐Ÿ“ฆ himself65 / LuoguCrawler

๐Ÿ“„ .travis.yml ยท 7 lines
1
2
3
4
5
6
7language: python
python:
    - "3.6"
install:
  pip install -r requirements.txt
script:
  - python unit_tests.py