From 2435d7411abf9f4e8b517d5a735b76f40eb50097 Mon Sep 17 00:00:00 2001 From: Salim Fadhley Date: Tue, 29 Jul 2014 00:27:57 +0100 Subject: [PATCH] tidy up travis files --- .travis.yml | 2 +- travis.yaml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 travis.yaml diff --git a/.travis.yml b/.travis.yml index b7bec86..207dc00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ python: # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - - python setup.py develop - pip install nose mock coverage pep8 pylint + - python setup.py develop # command to run tests, e.g. python setup.py test script: diff --git a/travis.yaml b/travis.yaml deleted file mode 100644 index 81f9959..0000000 --- a/travis.yaml +++ /dev/null @@ -1,7 +0,0 @@ -language: python -python: - - "2.7" -# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors -install: python setup.py develop -# command to run tests, e.g. python setup.py test -script: python setup.py test -- 2.34.1