From 490e3646ba4274a60e261319e5ce42235f6a3696 Mon Sep 17 00:00:00 2001 From: derwinlu Date: Mon, 27 Feb 2017 22:29:27 +0100 Subject: [PATCH] Implement review feedback * improve wording on testing with fox (contribute.rst) * fix whitespace (.travis.xml) --- .travis.yml | 8 ++++---- docs/contribute.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4b68501..a7a8732d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,10 @@ env: - TOX_ENV=py34 - TOX_ENV=py35 matrix: - include: - - python: 3.6 - env: - - TOX_ENV=py36 + include: + - python: 3.6 + env: + - TOX_ENV=py36 addons: apt_packages: - pandoc diff --git a/docs/contribute.rst b/docs/contribute.rst index 1fdc8212..187c3007 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -47,7 +47,7 @@ Or using ``pip``:: $ pip install -e . -To conveniently test vs multiple python versions we also provide a tox file. +To conveniently test on multiple Python versions, we also provide a .tox file. Building the docs