summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-28 12:29:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-28 12:29:05 -0400
commit4d382b3dee98d155f4057759ff015c3b6f0a15ed (patch)
treea69775c3de96f6f8c9dfd0671348eed70bd7133b
parent8b4139a8132c330623631f84528a3cd8f186df9a (diff)
downloadpytest-runner-4d382b3dee98d155f4057759ff015c3b6f0a15ed.tar.gz
Python Packaging -- never do with one command what you can do with two.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c9a2cf..d7871d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ language: python
python:
- 2.7
- 3.5
+install:
+- pip install tox
script:
- tox
branches: