From ef0a0d5a52af6e352f2a8bf203412c79bcf2c7f7 Mon Sep 17 00:00:00 2001
From: holgern <holgernahrstaedt@gmx.de>
Date: Wed, 28 Aug 2019 10:38:57 +0200
Subject: [PATCH] add tox

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5ecd14ec..56df67f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,7 @@ before_install:
   - pip install --upgrade wheel
   # Set numpy version first, other packages link against it
   - pip install six nose coverage codecov pytest pytest-cov coveralls codacy-coverage parameterized secp256k1prp cryptography scrypt
-  - pip install pycryptodomex  pyyaml appdirs pylibscrypt
+  - pip install pycryptodomex  pyyaml appdirs pylibscrypt tox
   - pip install ecdsa requests future websocket-client pytz six Click events prettytable
 
 script:
-- 
GitLab