aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 04b3dc46eedf53c540f65d5422c97e7cf42132ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
branches:
  except:
    - master
language: python
python:
  - "3.4"
before_install:
  - wget https://github.com/jgm/pandoc/releases/download/1.13.2/pandoc-1.13.2-1-amd64.deb
  - sudo dpkg -i pandoc-1.13.2-1-amd64.deb
install:
  - pip install -r requirements.txt
script:
  - python pyblog generate