Skip to content
Snippets Groups Projects
Commit 18dd5816 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Does CI finally work?

parent 619b7e70
No related branches found
No related tags found
No related merge requests found
# Keeping this commented out until CI is working test:2.7:
# image: wxpython-python2.7:4.0.0a2
# test:2.7: script:
# image: python2.7 - cat requirements.txt | xargs -n 1 pip install
# script: - xvfb-run python setup.py test
# - cat requirements.txt | xargs -n 1 pip install
# - python setup.py test
# test:3.5: test:3.5:
# image: python3.5 image: wxpython-python3.6:4.0.0a2
# script: script:
# - cat requirements.txt | xargs -n 1 pip install - cat requirements.txt | xargs -n 1 pip install
# - python setup.py test - xvfb-run python setup.py test
...@@ -2,4 +2,4 @@ six>=1.10.0,<2.0 ...@@ -2,4 +2,4 @@ six>=1.10.0,<2.0
numpy>=1.11.1,<2.0 numpy>=1.11.1,<2.0
nibabel>=2.1,<3.0 nibabel>=2.1,<3.0
indexed_gzip>=0.3.3,<0.4 indexed_gzip>=0.3.3,<0.4
wxPython>=3.0.2.0,<=4.0 wxPython>=3.0.2.0,<=4.0.0a2
...@@ -102,11 +102,11 @@ setup( ...@@ -102,11 +102,11 @@ setup(
install_requires=install_requires, install_requires=install_requires,
setup_requires=['pytest-runner'], setup_requires=['pytest-runner'],
tests_require=['pytest', tests_require=['mock',
'mock',
'pytest-cov', 'pytest-cov',
'pytest-html', 'pytest-html',
'pytest-runner'], 'pytest-runner',
'pytest'],
test_suite='tests', test_suite='tests',
cmdclass={'doc' : doc}, cmdclass={'doc' : doc},
......
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