mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-31 12:40:46 +08:00
13 lines
327 B
YAML
13 lines
327 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
virtualenv:
|
|
system_site_packages: true
|
|
before_install:
|
|
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
|
|
- python SimPEG/setup.py
|
|
# command to install dependencies
|
|
install: "pip install -r requirements.txt --use-mirrors"
|
|
# command to run tests
|
|
script: nosetests -v
|