Skip to content

Commit 3446388

Browse files
committed
Change Travis CI build to use setup.py for testing.
1 parent d16f9d2 commit 3446388

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- 3.4
55
- 3.5
66
install:
7+
- pip install --upgrade pip setuptools wheel
78
- pip install -r requirements.txt
89
script:
9-
- pytest
10+
- python setup.py test

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ enum34
88
pytest
99
mock
1010
PyYAML
11+
# setup.py testing
12+
pytest-runner

0 commit comments

Comments
 (0)