aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
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 @@
1language: python
2python:
3 - "3.6"
4
5install:
6 - pip install .[test]
7 - pip install codecov
8script: python setup.py pytest
9after_script: codecov
10
11cache: pip
Powered by cgit v1.2.3 (git 2.41.0)