Skip to content

Commit cd80626

Browse files
author
Ezequiel Torres
committed
Changes in travis
* Added integration_tests
1 parent 2eb4199 commit cd80626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ branches:
1111
- master
1212

1313
install:
14-
- sudo apt-get install libssl-dev
14+
- sudo apt-get install libssl-dev libfreetype6
1515
- wget https://github.com/Ezetowers/MLC/releases/download/v0.0.1/mlc-python-ubuntu-14.04_0.6_amd64.deb
1616
- sudo dpkg -i mlc-python-ubuntu-14.04_0.6_amd64.deb
1717
- sudo /opt/mlc-python-2.7.11/bin/mlc_pip uninstall numpy -y
@@ -20,7 +20,7 @@ install:
2020
script:
2121
- cd tests
2222
- ./run_unit_tests.sh
23-
# - ./run_integration_tests.sh
23+
- ./run_integration_tests.sh
2424

2525
after_success:
2626
- coverage

0 commit comments

Comments
 (0)