Olivier Mangin
c21659eb98
Update dependencies and test to drop python 3.5 support.
...
The reason for dropping python 3.5 support is that it is not compatible
with the feedparser dependency. The version is anyway not supported any
more (security fixes stopped on 2020/09).
4 years ago
Olivier Mangin
2f6e0d4e85
Fix #223 : update python versions in travis.
...
- remove python version unsupported by pyfakefs from testing in Travis,
- add python 3.8.
5 years ago
Olivier Mangin
7c5ec2ae1e
Factors mock in travis script.
6 years ago
Olivier Mangin
9754ed721c
Adds missing python 3.7 tests to Travis.
6 years ago
Olivier Mangin
4a318a46c2
Only test install on scheduled builds.
6 years ago
Fabien C. Y. Benureau
23cacf2fa5
make 3.4 a mock test
6 years ago
Fabien C. Y. Benureau
1853f90a68
make failing install tests fail
6 years ago
Fabien C. Y. Benureau
d82536acf6
fix .travis install script
6 years ago
Fabien C. Y. Benureau
d1b0b4eee5
simplify travis checks
6 years ago
Fabien C. Y. Benureau
2df986a681
test pip install in travis
6 years ago
Fabien C. Y. Benureau
3c6d547a91
allow python 3.3's travis job to fail
6 years ago
Fabien C. Y. Benureau
51aa9795fd
add 3.7 tests
7 years ago
Fabien C. Y. Benureau
30a7094eaf
add arXiv tests
7 years ago
Fabien C. Y. Benureau
c62d1c3c50
move test data from pickle to json
7 years ago
Fabien C. Y. Benureau
fdb6e5541d
Add explanation for how mock work. Fix pickle protocol error for Python 2.7.
7 years ago
Fabien C. Y. Benureau
938a53b8f5
python setup.py test + no connection case
...
- Make `python setup.py test work`. remove test/requirements.txt.
fix #154
- Detect if no connection is present, and skip tests if not.
stop-gap measure for issue #147
7 years ago
Fabien C. Y. Benureau
ec0b383319
add python osx 2.7 to travis testing
7 years ago
Olivier Mangin
33554635d4
Upgrade python if install fails.
7 years ago
Olivier Mangin
1a88dccd77
Adds travis python install instructions for OSX
7 years ago
Olivier Mangin
373178a2de
Adds travis testing on OSX.
7 years ago
Olivier Mangin
8c37ee5e92
Adds python 3.6 to travis build.
7 years ago
Fabien Benureau
ee3a7cd77d
Travis uses tests/requirements.txt
9 years ago
Fabien Benureau
220e5ad9a8
Fix tests for python 3
9 years ago
Fabien Benureau
17b420f102
Add supported python versions to readme
...
Given that PEP 0414 was only implemented on 3.3, Python 3
of version 3.2 and prior is not supported, as it would be
cumbersome to add, and 3.2 is used by few anyway.
9 years ago
Fabien Benureau
2151796cc4
Fix install in travis file
9 years ago
Fabien Benureau
174aea4008
Add travis support
9 years ago