Skip to content
Snippets Groups Projects
Commit 9295db10 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

Attempt to remove unuseful dependencies for tests

parent 0cb2d9f6
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ test-python:
script:
- apt-get update && apt install -y libblas-dev liblapack-dev python3-dev
- pip install -r requirements.txt
- python setup.py test
- python -m unittest
# - python setup.py test
parallel:
matrix:
- PYTHON_VERSION: [
......
......@@ -45,10 +45,6 @@ setup(
'pytest-runner',
'Flask-Testing'
],
tests_require=[
'pytest',
'Flask-Testing'
],
entry_points={
'console_scripts': [
'jass=jass.__main__:main',
......
flask_testing==0.6.1
coverage>=4.0.3
nose>=1.3.7
pluggy>=0.3.1
py>=1.4.31
randomize>=0.13
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment