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 d79bae8 commit 93087f4Copy full SHA for 93087f4
.travis.yml
@@ -1,15 +1,15 @@
1
language: python
2
dist: xenial
3
python:
4
-- '3.6'
5
-- '3.7'
6
-- "3.8"
+ - '3.6'
+ - '3.7'
+ - "3.8"
7
install:
8
-- pip install coveralls -r tests/requirements.txt
+ - pip install coveralls -r tests/requirements.txt
9
script:
10
-- pytest --cov=domdf_python_tools tests/
+ - pytest --cov=domdf_python_tools tests/
11
after_success:
12
-- coveralls
+ - coveralls
13
deploy:
14
provider: pypi
15
user: "DomDF"
0 commit comments