travis
This commit is contained in:
parent
168312c7f5
commit
1f5fbe05a0
3 changed files with 12 additions and 27 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
language: python
|
||||||
|
sudo: false
|
||||||
|
python:
|
||||||
|
- "3.5"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install -U wheel pytest==3
|
||||||
|
- pip install .
|
||||||
|
script: python3 setup.py test
|
||||||
|
|
||||||
|
cache: pip
|
|
@ -1,26 +0,0 @@
|
||||||
alabaster==0.7.9
|
|
||||||
Babel==2.3.4
|
|
||||||
click==6.6
|
|
||||||
docutils==0.12
|
|
||||||
dominate==2.2.1
|
|
||||||
Flask==0.11.1
|
|
||||||
Flask-Bootstrap==3.3.6.0
|
|
||||||
Flask-WTF==0.12
|
|
||||||
gevent==1.1.2
|
|
||||||
greenlet==0.4.10
|
|
||||||
imagesize==0.7.1
|
|
||||||
itsdangerous==0.24
|
|
||||||
Jinja2==2.8
|
|
||||||
MarkupSafe==0.23
|
|
||||||
Pygments==2.1.3
|
|
||||||
python-mpd2==0.5.5
|
|
||||||
pytimeparse==1.1.5
|
|
||||||
pytz==2016.6.1
|
|
||||||
pyxdg==0.25
|
|
||||||
six==1.10.0
|
|
||||||
snowballstemmer==1.2.1
|
|
||||||
Sphinx==1.4.6
|
|
||||||
tinydb==3.2.1
|
|
||||||
visitor==0.1.3
|
|
||||||
Werkzeug==0.11.10
|
|
||||||
WTForms==2.1
|
|
2
setup.py
2
setup.py
|
@ -47,7 +47,7 @@ setup(name='larigira',
|
||||||
'pytimeparse',
|
'pytimeparse',
|
||||||
'tinydb'
|
'tinydb'
|
||||||
],
|
],
|
||||||
tests_require=['pytest', 'pytest-timeout'],
|
tests_require=['pytest-timeout==1.0', 'py>=1.4.29', 'pytest==3.0', ],
|
||||||
cmdclass={'test': PyTest},
|
cmdclass={'test': PyTest},
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
Loading…
Reference in a new issue