Skip to content

Commit

Permalink
FIX: requirements for tests & CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marionleborgne committed Aug 28, 2018
1 parent 3219a30 commit 3f7eea0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ os:

env:
global:
- NUMPY=$(bash .travis/get-py-pkg-version.sh numpy requirements/core.txt) SCIPY=$(bash .travis/get-py-pkg-version.sh scipy requirements/analytics.txt)
- NUMPY=$(bash .travis/get-py-pkg-version.sh numpy requirements/analytics.txt) SCIPY=$(bash .travis/get-py-pkg-version.sh scipy requirements/analytics.txt)
matrix:
- PYTHON_VERSION=2.7
- PYTHON_VERSION=3.5
Expand Down
1 change: 1 addition & 0 deletions requirements/analytics.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
numpy==1.11.2
scipy==0.18.1
mne==0.10.0
3 changes: 2 additions & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ simplejson==3.8.2
pika==0.11.0
requests[security]==2.18.1
pyserial==2.7
numpy==1.11.2
nose==1.3.7
mock==2.0.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def parse_reqs(req_type):
install_requires=reqs['core'],
long_description=DESCRIPTION,
test_suite='nose.collector',
tests_require=['mock==1.0.1', 'nose'],
include_package_data=True,
package_data={
"cloudbrain.core": ["*.json"],
Expand Down

0 comments on commit 3f7eea0

Please sign in to comment.