Skip to content

Commit

Permalink
Add test requires
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jun 1, 2018
1 parent e4171f8 commit 0779199
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:

install:
- make install
- pip install nbval

script:
- make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# makefile used for testing

install:
python3 -m pip install .
python3 -m pip install .[test]
python3 -m pip install -e git+https://github.com/European-XFEL/karabo-bridge-py.git#egg=karabo_bridge

dev-install:
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ def find_version(*parts):
'sphinx',
'nbsphinx',
],
'test': [
'pytest',
'nbval',
]
},
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 0779199

Please sign in to comment.