File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ before_install:
2121 - hash -r
2222 - conda config --set always_yes yes --set changeps1 no
2323 - conda update -q conda
24+ - conda install --yes python=$TRAVIS_PYTHON_VERSION conda-build pip coverage
2425 - conda info -a
25- - python make_version.py
2626
2727# Install packages
2828install :
29- - conda install --yes python=$TRAVIS_PYTHON_VERSION coverage nose numpy scipy matplotlib pip
29+ - conda build conda-recipe
30+ - conda install control --use-local
3031 - pip install coveralls
3132 - pip install slycot
3233
Original file line number Diff line number Diff line change 1010requirements :
1111 build :
1212 - python
13+ - nose
1314
1415 run :
1516 - python
@@ -18,9 +19,6 @@ requirements:
1819 - matplotlib
1920
2021test :
21- requires :
22- - nose
23-
2422 imports :
2523 - control
2624
You can’t perform that action at this time.
0 commit comments