Skip to content

Commit 30bab2c

Browse files
committed
Fix dependencies for travis
1 parent 3bbe032 commit 30bab2c

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: python
22
python:
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
86
before_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
1210
install: "pip install -r requirements.txt"
1311
# command to run tests

README renamed to README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
Python 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+
27
RMM, 23 May 09
38

49
This directory contains the source code for the Python Control Systems
@@ -41,4 +46,4 @@ can be found at:
4146
https://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)

0 commit comments

Comments
 (0)