diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b5af37e..1be5c8b 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -9,3 +9,5 @@ install: | |||
9 | script: | 9 | script: |
10 | - python setup.py pytest | 10 | - python setup.py pytest |
11 | - codecov | 11 | - codecov |
12 | |||
13 | cache: pip | ||