Skip to content

Commit

Permalink
Merge pull request #137 from minrk/test-requirements
Browse files Browse the repository at this point in the history
update test requirements
  • Loading branch information
takluyver committed Aug 31, 2016
2 parents b86a007 + 2566f48 commit 5695041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ before_install:
install:
- source activate qtconsole
- conda install --yes pyzmq sphinx pygments
- pip install . coveralls -r requirements.txt
- pip install --pre .[test] coveralls
- python -c 'import ipykernel.kernelspec; ipykernel.kernelspec.install(user=True)'
- pip install nose
script:
- nosetests --with-coverage --cover-package qtconsole qtconsole
after_success:
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
]

extras_require = setuptools_args['extras_require'] = {
'test': ['nose'],
'test:python_version=="2.7"': ['mock'],
'test:sys_platform != "win32"': ['pexpect'],
'doc': 'Sphinx>=1.3'
'doc': 'Sphinx>=1.3',
}

if 'setuptools' in sys.modules:
Expand Down

0 comments on commit 5695041

Please sign in to comment.