Skip to content

Commit f100f01

Browse files
committed
Add setup.py on travis install
1 parent cc3d995 commit f100f01

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
@@ -10,6 +10,7 @@ before_install:
1010
install:
1111
- pip install flake8
1212
- pip install -r requirements.txt
13+
- python setup.py install
1314

1415
script:
1516
- py.test

0 commit comments

Comments
 (0)