Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/icoz/habraparse.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10a9c574922dae5fbb45416f772cf61b1f432174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
branches:
    only:
        master
python:
  - "3.5"
  - "3.6"
  - "3.7"
  - "3.8"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: 
  - python -m unittest habr/user.py
  - python -m unittest habr/topic.py