File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
3- - " 2.6"
4- - " 2.7"
5- - " 3.2"
6- - " 3.3"
3+ - " 2.7_with_system_site_packages"
4+ - " 3.2_with_system_site_packages"
75# install required system libraries
86before_install :
9- - sudo apt-get update --fix-missing
10- - sudo apt-get build-dep python-scipy
7+ - sudo apt-get update
8+ - sudo apt-get install -qq python-numpy python-scipy
119# command to install dependencies from source
1210install : " pip install -r requirements.txt"
1311# command to run tests
Original file line number Diff line number Diff line change 11Python Control System Library
2+ =============================
3+
4+ .. image :: https://travis-ci.org/python-control/python-control.svg?branch=master
5+ :target: https://travis-ci.org/python-control/python-control
6+
27RMM, 23 May 09
38
49This directory contains the source code for the Python Control Systems
@@ -41,4 +46,4 @@ can be found at:
4146https://github.com/repagh/Slycot
4247
4348(was forked from https://github.com/avventi/Slycot, but
44- development/merging appear to have stopped there for now)
49+ development/merging appear to have stopped there for now)
You can’t perform that action at this time.
0 commit comments