We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32519b3 + a1f33f1 commit 8cc1a0bCopy full SHA for 8cc1a0b
2 files changed
.travis.yml
@@ -1,14 +1,13 @@
1
# vim ft=yaml
2
-# travis-ci.org definition for python-patterns build
+dist: xenial
3
language: python
4
5
sudo: false
6
7
python:
8
- "2.7"
9
- - "3.4"
10
- - "3.5"
11
- "3.6"
+ - "3.7"
12
13
cache:
14
- pip
requirements-dev.txt
@@ -3,3 +3,4 @@ pytest~=4.1
pytest-cov~=2.6
flake8~=3.6
codecov~=2.0
+mock~=2.0
0 commit comments