Skip to content

Commit

Permalink
Make cryptosite binary in Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 14, 2019
1 parent ae9cbb3 commit f125e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f125e0b

Please sign in to comment.