Skip to content

Commit 836fb1f

Browse files
committed
Using setup.py develop command, which seems to be the correct approach
1 parent b79ff73 commit 836fb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ before_script:
3939
- sleep 3
4040

4141
script:
42-
- python setup.py install
42+
- python setup.py develop
4343
- py.test

0 commit comments

Comments
 (0)