diff options
-rw-r--r-- | .travis.yml | 8 |
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 | ||
6 | install: pip install . | 6 | install: |
7 | script: python setup.py pytest | 7 | - pip install . |
8 | - pip install codecov | ||
9 | script: | ||
10 | - python setup.py pytest | ||
11 | - codecov | ||