Skip to content

Commit fc47415

Browse files
committed
Merge pull request #9 from sevazhidkov/patch-6
Travis CI - Adds build package tests.
2 parents 165042e + 21684d9 commit fc47415

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)