Skip to content

Commit 78b4baa

Browse files
committed
Minor changes
1 parent 2f15dba commit 78b4baa

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ install:
1111
- pip install -r requirements.txt
1212

1313
script:
14-
py.test-2.7 tests
14+
py.test tests

docs/source/conf.py

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
import sys
1717
import os
1818

19-
os.system('pip install numpy')
20-
os.system('pip install scipy')
21-
2219
# If extensions (or modules to document with autodoc) are in another directory,
2320
# add these directories to sys.path here. If the directory is relative to the
2421
# documentation root, use os.path.abspath to make it absolute, like shown here.

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
numpydoc
2-
scikit-learn
3-
pytest
4-
scipy
5-
numpy
1+
scipy>=0.14.0
2+
numpy>=1.9.0
3+
scikit-learn>=0.15.2
4+
numpydoc>=0.5
5+
pytest>=2.6.1

0 commit comments

Comments
 (0)