Skip to content

Commit 85dda55

Browse files
committed
Change sudo python install to normal
1 parent c787910 commit 85dda55

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
@@ -14,6 +14,6 @@ install:
1414
- sudo apt install cmake build-essential
1515
- sudo -H python -m pip install nose scikit-build
1616
script:
17-
- sudo -H python setup.py install
17+
- python setup.py install
1818
- rm -rf ./gttk
1919
- python -m nose

0 commit comments

Comments
 (0)