From 17cf24c30df4094df9d56d3b4e76ac76c0174642 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Sat, 27 Sep 2014 01:15:36 +0000 Subject: [PATCH] Remove unused .travis.yml file. It wouldn't be very nice to test this on Travis for three versions of Python, because some of the integration tests generate keys, and although this is usually done with a UID comment saying `(INSECURE!)` in order to trigger libgcrypt's use of the dummy RNG, the testing process is still a little brutal on heavily used headless machines. --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 404f719..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: python -before_install: - - sudo apt-get install gpg -python: - - "2.6" - - "2.7" - - "3.3" -install: - - make install -# command to run tests, e.g. python setup.py test -script: - - make test