diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7d23149..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: python -python: - - "2.7" -# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors -install: pip install --use-mirrors -r requirements.txt -r test-requirements.txt -# # command to run tests, e.g. python setup.py test -script: python setup.py testr -notifications: - irc: "irc.freenode.org#tripleo"