Skip to content

Commit 93087f4

Browse files
committed
Reformatted .travis.yml
1 parent d79bae8 commit 93087f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: python
22
dist: xenial
33
python:
4-
- '3.6'
5-
- '3.7'
6-
- "3.8"
4+
- '3.6'
5+
- '3.7'
6+
- "3.8"
77
install:
8-
- pip install coveralls -r tests/requirements.txt
8+
- pip install coveralls -r tests/requirements.txt
99
script:
10-
- pytest --cov=domdf_python_tools tests/
10+
- pytest --cov=domdf_python_tools tests/
1111
after_success:
12-
- coveralls
12+
- coveralls
1313
deploy:
1414
provider: pypi
1515
user: "DomDF"

0 commit comments

Comments
 (0)