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: 9e584c7e416e4e807815ed61ab4fab31e4b2c47b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python
branches:
    only:
        master
python:
  - "3.5"
  - "3.6"
# 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