Skip to content

Commit 0c5db10

Browse files
committed
PLF-2508 : Added tests
1 parent 4b143c0 commit 0c5db10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ install:
1111
- pip install codecov
1212

1313
script:
14-
- echo "skipping tests"
14+
- pip install pytest
15+
- pytest -s tests/*.py
1516

1617
deploy:
1718
user: $PYPI_USER

0 commit comments

Comments
 (0)