Skip to content

Commit fe8945a

Browse files
author
Ezequiel Torres
committed
Remove integration tests from travis conf file
* They cannot be executed in travis, since they use the MatlabEngine
1 parent cd80626 commit fe8945a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,11 @@ branches:
1111
- master
1212

1313
install:
14-
- sudo apt-get install libssl-dev libfreetype6
1514
- wget https://github.com/Ezetowers/MLC/releases/download/v0.0.1/mlc-python-ubuntu-14.04_0.6_amd64.deb
1615
- sudo dpkg -i mlc-python-ubuntu-14.04_0.6_amd64.deb
1716
- sudo /opt/mlc-python-2.7.11/bin/mlc_pip uninstall numpy -y
1817
- sudo /opt/mlc-python-2.7.11/bin/mlc_pip install numpy
1918

2019
script:
2120
- cd tests
22-
- ./run_unit_tests.sh
23-
- ./run_integration_tests.sh
24-
25-
after_success:
26-
- coverage
21+
- ./run_unit_tests.sh

0 commit comments

Comments
 (0)