aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 72b1587..b5af37e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,9 @@ python:
3 - "3.6" 3 - "3.6"
4 - "2.7" 4 - "2.7"
5 5
6install: pip install . 6install:
7script: python setup.py pytest 7 - pip install .
8 - pip install codecov
9script:
10 - python setup.py pytest
11 - codecov
Powered by cgit v1.2.3 (git 2.41.0)