Skip to content

Commit 163eff0

Browse files
committed
adding version print to travis
1 parent 4b045f8 commit 163eff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ script:
2020
- flake8 --max-line-length 120 pydf/
2121
- python setup.py install
2222
- tests/check_file_permissions.py
23+
- python -c "import pydf; print(pydf.get_version())"
2324

2425
after_success:
2526
- ls -lha

0 commit comments

Comments
 (0)