From e9b7f149a37edc527eaa3d67591aec4e9ac87c6e Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 7 May 2015 16:51:11 -0700 Subject: add requirements.txt Also install requirements in .travis.yml. By the way, I explored ways to install Pandoc in a Travis container environment (without sudo), but that's just too hard. Giving up. --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 96f8425c..f47eb57b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,13 @@ branches: - only: - - source + except: + - master language: python python: - "3.4" before_install: - sudo apt-get update - sudo apt-get install pandoc +install: + - pip install -r requirements.txt script: - python pyblog generate -- cgit v1.2.1