8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
1 parent 7e118e9 commit f994f08Copy full SHA for f994f08
.travis.yml
@@ -1,4 +1,13 @@
1
+sudo: false
2
language: python
3
+
4
+cache:
5
+ apt: true
6
+ pip: true
7
+ directories:
8
+ - $HOME/.cache/pip
9
+ - $HOME/.local
10
11
python:
12
- "2.7"
13
- "3.3"
@@ -25,9 +34,9 @@ before_install:
25
34
26
35
# Install packages
27
36
install:
37
+ - conda install slycot
28
38
- conda build conda-recipe
29
39
- conda install control --use-local
30
- - conda install slycot
31
40
- pip install coveralls
32
41
33
42
# command to run tests
0 commit comments