Skip to content

Commit b8f3740

Browse files
committed
Move package installation to appropriate section
1 parent 294669d commit b8f3740

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ addons:
1010
packages:
1111
- tcl-dev
1212
- tk-dev
13+
- cmake
14+
- build-essential
1315
install:
14-
- sudo apt install cmake build-essential
1516
- python -m pip install nose scikit-build
1617
script:
1718
- python setup.py bdist_wheel

0 commit comments

Comments
 (0)