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