From 8ca8d67edc67c8079bd337842fa992e02163c4f5 Mon Sep 17 00:00:00 2001
From: ulif <uli@gnufix.de>
Date: Mon, 30 Mar 2015 14:49:23 +0200
Subject: [PATCH] Remove `diceware` run in travis.

The `diceware` run in travis was meant as a packaging test. It was
supposed to fail if not all data files were available in
installs. Unfortunately it did not fail in cases where `pip` *did*
fail.

Furthermore we want to detect such packaging problems in regular
tests, before pushing changes.
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7dfb3fc..12fff64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,5 +14,3 @@ install:
 # command to run tests
 script:
   - python setup.py test
-  # simply running the `diceware` cmd will ensure no errors
-  - diceware
-- 
GitLab