1
0
forked from VimPlug/jedi
Commit Graph

67 Commits

Author SHA1 Message Date
Hugo 7c9f24a18e Drop support for EOL Python 3.3 (#1019) 2018-08-04 00:40:00 +02:00
Dave Halter 6ebe3f87a3 Drop 3.3 tests from travis
They are causing only problems now that Python3.3 is deprecated. See e.g. https://travis-ci.org/davidhalter/jedi/jobs/381881020.
Also as a solution approach: https://github.com/davidhalter/jedi/pull/1125.
2018-05-23 11:24:39 +02:00
Daniel Hahler d10eff5625 Travis: report coverage also to codecov.io 2018-05-21 23:40:42 +02:00
Daniel Hahler 3c909a9849 Travis: remove TOXENV=cov from allowed failures 2018-05-02 20:04:46 +02:00
micbou 286dd92e35 Fix permissions of Python 3.6 on Travis 2018-04-10 09:19:12 +02:00
micbou 903bdf5fef Fix virtual environment tests 2018-04-10 09:19:12 +02:00
micbou bf57fa16fc Add JEDI_TEST_ENVIRONMENT_EXECUTABLE for AppVeyor 2018-03-24 22:52:41 +01:00
micbou e8b301ebf9 Add AppVeyor configuration 2018-03-24 22:52:41 +01:00
Dave Halter 8f4b68ae39 Merge the async branch 2018-02-18 13:45:08 +01:00
Dave Halter 9e1cce6111 Ignore pypy in travis for now
There are too many issues in there and I won't look at them.
2018-01-06 14:13:15 +01:00
Dave Halter 9fdf265a75 Allowing the cov tests did not properly work. Trying again. 2018-01-06 13:54:29 +01:00
Dave Halter a3c7aaa65e Somehow previously removed the allowed failurs of TOXENV=cov 2018-01-06 13:52:31 +01:00
Dave Halter 5844ad0900 Try to put env variables on one line 2018-01-06 13:49:06 +01:00
Dave Halter e3d399cb08 Coverage was unfortunately excluded 2018-01-06 13:39:03 +01:00
Dave Halter 14ac874e1a Use Python3.4 for coverage. 2018-01-06 12:14:32 +01:00
Dave Halter d2cf2e69c9 Try a bit more if modifying the PATH is now possible. 2018-01-02 16:53:48 +01:00
Dave Halter 966bd53b40 More travis trying 2017-12-31 14:10:08 +01:00
Dave Halter 39a456be41 Experiment with travis and installing packages differently 2017-12-30 23:08:32 +01:00
Dave Halter b5e0df0e8c Remove 2.6 from travis 2017-12-30 05:21:56 +01:00
Dave Halter 9c9b52422d Correct the travis file 2017-12-30 05:14:26 +01:00
Dave Halter 7a7c93a2e5 Try to test on travis with different jedi test environment variables 2017-12-28 02:46:53 +01:00
Dave Halter c946d421d6 Try adding more automated tests to travis 2017-12-28 02:28:44 +01:00
Thomas A Caswell 22c97b0917 FIX: install on python 3.7 (#971)
* FIX: install on python 3.7

https://github.com/python/cpython/pull/46 /
https://bugs.python.org/issue29463 move the module comment into the
AST node and hence out of the tree which means the 2nd entry in the
tree is now the import rather than the `__version__` string.

Adds nightly on travis.

* BLD: update python tags in setup.py

* CI: switch to 3.7-dev

* CI: allow failure on 3.7 dev
2017-11-06 19:29:06 +01:00
Robin Roth 5b184fbd0c Use python3.6 for tox/sith 2017-11-01 14:18:29 +01:00
Dave Halter e2f88db3c2 Trying to make coveralls work again. 2017-04-30 14:19:53 +02:00
Francisco Souza 65371ca59a travis: add support for Python 3.6 and use tox-travis 2016-12-31 09:54:26 -05:00
Dave Halter add5b68269 Try to get travis working again. 2016-08-01 14:47:03 +02:00
Dave Halter 9af2fe6f0d Remove the Python 3.2 test from travis. 2016-07-03 11:57:58 +02:00
Dave Halter 82c76fa689 Merge with the linter branch (especially the changes of pep484. 2016-06-07 13:51:25 +02:00
Rick van Hattem 4afc74f1c7 fixing python 3.2 and 3.5 issues 2016-03-31 04:56:17 +02:00
Rick van Hattem 97178dd92b enabled python 3.5 support 2016-03-31 03:27:43 +02:00
Claude 3a36bb3a36 Seems necessary to explicitly specify python3.5: https://github.com/travis-ci/travis-ci/issues/4794 2016-02-10 17:46:56 +01:00
Claude 04524cd63c make travis test python3.5 as well 2016-02-10 13:06:27 +01:00
immerrr c88f251206 travis.yml: run on new infrastructure 2015-10-21 18:04:32 +03:00
Danilo Bargen 49089c06ff Travis now provides Python 3.4 2014-07-26 17:41:32 +02:00
ColinDuquesnoy b18b3e3edd install python 3.4 only if toxenv is py34 2014-03-18 21:47:24 +01:00
ColinDuquesnoy 666d037022 Travis: add apt-get update 2014-03-18 20:55:39 +01:00
ColinDuquesnoy d810c13a58 Install python 3.4 from ppa 2014-03-18 20:51:49 +01:00
ColinDuquesnoy 9470bc6c63 Add TOXENV=py34 to .travis.yml 2014-03-18 20:39:02 +01:00
David Halter 458497747b add pypy to failing travis tests 2013-09-04 21:35:54 +04:30
Takafumi Arakaki 96ca86e9f7 Run random smoke test at Travis 2013-05-24 23:06:51 +02:00
David Halter d27dc0d58e remove py2.5 from travis - this also removes python 2.5 support 2013-04-20 14:37:18 +04:30
Danilo Bargen fb96f9bf3d Missing semicolon in .travis.yml 2013-04-10 23:52:57 +02:00
Takafumi Arakaki 944b3200a0 Fix allow_failures syntax
allow_failures.env requires a string when matrix/global is not used?
Also, indent is changed to fit with other entries.
2013-04-10 17:28:15 +02:00
Takafumi Arakaki 658bcb6421 Install coveralls only when needed 2013-04-10 17:23:50 +02:00
Takafumi Arakaki 8e4a76ca1b Allow TOXENV=cov to fail in travis-ci 2013-04-10 17:09:36 +02:00
Takafumi Arakaki af22409059 Separate tox env for coverage check 2013-04-10 17:08:20 +02:00
Danilo Bargen 798136787f Configuration to run coveralls on py33 2013-04-10 16:30:32 +02:00
Aldo Stracquadanio 07ec134bc9 Adding python 3.3 to test environment, mani fixes
Added python 3.3 to test-suite

Removed unused import

Removed unused import

Migrated to EAFP for attribute checking

Bumped version of ModulePickling for migration to hashlib

Added py33 environment to tox

Fixed issue with package importing on python 3.3
2013-03-27 10:48:56 +00:00
Takafumi Arakaki 3d647d3f3d Use --quiet when installing tox 2013-03-14 10:35:20 +01:00