diff options
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b6175da..0000000 --- a/.travis.yml +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | language: python | ||
2 | python: | ||
3 | - "3.6" | ||
4 | |||
5 | install: | ||
6 | - pip install .[test] | ||
7 | - pip install codecov | ||
8 | script: python setup.py pytest | ||
9 | after_script: codecov | ||
10 | |||
11 | cache: pip | ||