Skip to content

Commit f6044e5

Browse files
committed
pytest: drop the dot!
Committed via https://github.com/asottile/all-repos
1 parent c219625 commit f6044e5

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)