https://github.com/svohr/mixemt
Tip revision: 397ccebe0c3df76d5f436985f3e22af0df6a7da6 authored by Sam Vohr on 03 May 2019, 01:55:08 UTC
Add option to set seed for random number generation (#19)
Add option to set seed for random number generation (#19)
Tip revision: 397cceb
.travis.yml
language: python
notifications:
email: false
python:
- "2.7"
os:
- linux
# command to install dependencies
install:
- "pip install --upgrade pip setuptools wheel"
- "pip install --only-binary=numpy,scipy numpy scipy"
- "pip install ."
# command to run tests
script: py.test