summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 1fbffbab..0cd3f4c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,15 @@
dist: xenial
-sudo: false
language: python
cache: pip
+env:
+ - global:
+ - PYTEST_ADDOPTS=-vv
+python: 3.7
matrix:
include:
- - python: 3.7
- env: TOXENV=isort-check
- - python: 3.7
- env: TOXENV=lint
- - python: 3.7
- env: TOXENV=mypy
+ - env: TOXENV=isort-check
+ - env: TOXENV=lint
+ - env: TOXENV=mypy
- python: 3.4
env: TOXENV=py34-coverage
- python: 3.5