aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e88fe2c..b21a4b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ python:
4 - "2.7" 4 - "2.7"
5 5
6install: 6install:
7 - pip install . 7 - pip install .[test]
8 - pip install codecov 8 - pip install codecov
9script: python setup.py pytest 9script: python setup.py pytest
10after_script: codecov 10after_script: codecov
Powered by cgit v1.2.3 (git 2.41.0)