From 1399138b7bf47aecd501322c82be206714c8a11f Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Thu, 26 Oct 2017 13:34:20 +0200 Subject: fixes to Sphinx docs layout --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1c63221..891408b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ python: - "pypy" - "pypy3" install: + - pip install -r requirements.txt -r devel-requirements.txt - pip install codecov - pip install --no-deps . script: -- cgit v1.2.1