aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 13fd999..dd54537 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,11 @@
1language: python 1language: python
2python: 2python:
3 - "2.7"
4 - "3.4"
5 - "3.5" 3 - "3.5"
6 - "3.6" 4 - "3.6"
5 - "3.7"
7before_script: 6before_script:
8 # Travis versions of these are really outdated 7 # Travis versions of these are really outdated
9 - pip install -U mock nose pytest 8 - pip install -U mock nose pytest
10 # Only used in production for python3.4- but required for tests
11 - pip install cryptography
12 # Enable sending Coverage data 9 # Enable sending Coverage data
13 - pip install codecov 10 - pip install codecov
14script: 11script: