changeset 17:d6ad49807c56

.travis.yml update
author Amine Sehili <amine.sehili@gmail.com>
date Tue, 24 Nov 2015 02:33:55 +0100
parents 421d2f534c14
children 597494f0fd9a
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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/