aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1be5c8b..b57f925 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,7 @@ python:
6install: 6install:
7 - pip install . 7 - pip install .
8 - pip install codecov 8 - pip install codecov
9script: 9script: python setup.py pytest
10 - python setup.py pytest 10after_script: codecov
11 - codecov
12 11
13cache: pip 12cache: pip
Powered by cgit v1.2.3 (git 2.41.0)