diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6995398..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: python -python: - - "2.6" - - "2.7" -# command to run tests -script: nosetests - -