Skip to content

Commit 2b0f22b

Browse files
authored
Merge pull request #248 from sass/all-repos_autofix_pytest
pytest: drop the dot!
2 parents c219625 + f6044e5 commit 2b0f22b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99
install:
1010
- pip install -rrequirements-dev.txt coveralls
1111
script:
12-
- COVERAGE_PROCESS_START=$PWD/.coveragerc py.test sasstests.py
12+
- COVERAGE_PROCESS_START=$PWD/.coveragerc pytest sasstests.py
1313
- coverage combine
1414
- coverage report
1515
- flake8 .

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ envlist = pypy, pypy3, py27, py34, py35, py36
44
[testenv]
55
deps = -rrequirements-dev.txt
66
commands =
7-
py.test sasstests.py
7+
pytest sasstests.py
88
flake8 .

0 commit comments

Comments
 (0)