summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a392149..3443282 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,11 +7,11 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27
- install: tox
+ install: pip install tox
script: tox
- python: 3.6
env: TOXENV=py36
- install: tox
+ install: pip install tox
script: tox
- python: 3.5
env: CODESTYLE=true