We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4448b7a commit 4ff399cCopy full SHA for 4ff399c
.travis.yml
@@ -1,28 +1,13 @@
1
language: python
2
group: travis_latest
3
-dist: xenial
4
5
git:
6
depth: 25
7
quiet: true
8
9
-python:
10
-- 3.7
+install: pip install .[tests,lint]
11
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
24
25
- install: pip install -e .[tests,cov]
26
27
- - flake8
28
- - mypy .
+script:
+- flake8
+- mypy .
+- pytest
0 commit comments