Skip to content

Commit a28ad50

Browse files
committed
travis/style: setup tests better in travis and some style fixes
1 parent 3342aea commit a28ad50

File tree

4 files changed

+237
-239
lines changed

4 files changed

+237
-239
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ python:
33
- "3.6"
44
- "3.7"
55
- "3.8"
6-
# command to install dependencies
7-
install:
8-
- pip install pytest
96
# command to run tests
107
script:
11-
- pytest
8+
- python setup.py test

0 commit comments

Comments
 (0)