fixing travis file to run correct unit test
Signed-off-by: Thiago da Silva <thiago@redhat.com>
This commit is contained in:
parent
c582669ded
commit
3ddd952fc6
@ -8,5 +8,5 @@ install: "pip install tox nose"
|
||||
|
||||
# command to run tests
|
||||
script:
|
||||
- tox -e py26
|
||||
- tox -e py27
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then tox -e py26; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then tox -e py27; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user