Skip to content

Commit 720d289

Browse files
authored
Merge pull request #70 from pytries/no-pytest-runner
don't require pytest-runner to install datrie
2 parents 85c0455 + e8a7683 commit 720d289

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ python:
1010
- "3.7"
1111

1212
install:
13-
- python setup.py install
13+
- pip install tox-travis
1414

15-
script:
16-
- python setup.py test
15+
script: tox

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@
5555
],
5656

5757
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
58-
setup_requires=["pytest-runner"],
5958
tests_require=["pytest", "hypothesis"])

0 commit comments

Comments
 (0)