Skip to content

Commit 8cc1a0b

Browse files
authored
Merge pull request faif#270 from gyermolenko/update_travis_config
Travis config: test with 3.7, drop 3.4, 3.5
2 parents 32519b3 + a1f33f1 commit 8cc1a0b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# vim ft=yaml
2-
# travis-ci.org definition for python-patterns build
2+
dist: xenial
33
language: python
44

55
sudo: false
66

77
python:
88
- "2.7"
9-
- "3.4"
10-
- "3.5"
119
- "3.6"
10+
- "3.7"
1211

1312
cache:
1413
- pip

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest~=4.1
33
pytest-cov~=2.6
44
flake8~=3.6
55
codecov~=2.0
6+
mock~=2.0

0 commit comments

Comments
 (0)