Skip to content

Commit 4ff399c

Browse files
authored
Update .travis.yml
1 parent 4448b7a commit 4ff399c

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

.travis.yml

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
language: python
22
group: travis_latest
3-
dist: xenial
43

54
git:
65
depth: 25
76
quiet: true
87

9-
python:
10-
- 3.7
8+
install: pip install .[tests,lint]
119

12-
matrix:
13-
include:
14-
- os: linux
15-
name: Integration install
16-
python: 3.7
17-
install:
18-
- python setup.py install
19-
- pip install mozloc[tests,full]
20-
script:
21-
- cd $HOME
22-
- python -m pytest $TRAVIS_BUILD_DIR/tests -r a -v
23-
- os: linux
24-
python: 3.7
25-
install: pip install -e .[tests,cov]
26-
script:
27-
- flake8
28-
- mypy .
10+
script:
11+
- flake8
12+
- mypy .
13+
- pytest

0 commit comments

Comments
 (0)