From f125e0b2fbcaea63abed24880236dfefd20b09e1 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Mon, 14 Oct 2019 09:05:10 -0700 Subject: [PATCH] Make cryptosite binary in Travis build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2cebdab..5b3d42f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ install: - export PATH=$HOME/deps/bin:$PATH - source $HOME/miniconda/bin/activate python$TRAVIS_PYTHON_VERSION - python -V + - make script: - nosetests --with-coverage --cover-branches after_success: