Skip to content

Commit 21684d9

Browse files
committed
Add test for building of package
1 parent 806fb46 commit 21684d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ language: python
22
python:
33
- "2.7"
44
install: "pip install -r requirements.txt"
5-
script: python test.py
5+
script:
6+
- python setup.py install
7+
- python test.py

0 commit comments

Comments
 (0)