We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4e1a0 commit 1a124efCopy full SHA for 1a124ef
.travis.yml
@@ -8,16 +8,12 @@ python:
8
- '3.6'
9
- pypy
10
install:
11
- - pip install python-coveralls docutils
+ - pip install python-coveralls
12
- pip install -q -r requirements.txt
13
- pip install --editable .
14
script:
15
- flake8 .
16
- pytest -v --tb=native --cov
17
- - |
18
- if python -c 'import sys; sys.exit(0 if sys.version_info >= (3, 4) else 1)' ; then
19
- python setup.py check --metadata --restructuredtext --strict
20
- fi
21
after_success:
22
- coveralls
23
deploy:
0 commit comments