aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 38a96b7..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,16 +0,0 @@
1language: python
2matrix:
3 include:
4 - python: "3.5"
5 - python: "3.6"
6 - python: "3.7"
7 dist: xenial
8before_script:
9 # Travis versions of these are really outdated
10 - pip install -U mock nose pytest
11 # Enable sending Coverage data
12 - pip install codecov
13script:
14 - python setup.py release
15after_success:
16 - codecov