# HG changeset patch # User Amine Sehili # Date 1448328835 -3600 # Node ID d6ad49807c56d3ec37dbe4912ab6c5ff16903d89 # Parent 421d2f534c1458ad764193eade99ef216f1c4f51 .travis.yml update diff -r 421d2f534c14 -r d6ad49807c56 .travis.yml --- a/.travis.yml Tue Nov 24 02:28:50 2015 +0100 +++ b/.travis.yml Tue Nov 24 02:33:55 2015 +0100 @@ -1,14 +1,12 @@ before_install: - sudo apt-get update --fix-missing install: - - python setup.py install - pip install six language: python python: - - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" script: - - python tests/test_AudioDataSourceFactory.py + - python -m unittest discover tests/