Dave Halter
9824929ad1
Use Python 3.7 for calculating test coverage
2020-01-02 00:23:25 +01:00
Dave Halter
facd21afc6
Remove Python 3.9 dev build from travis, it's not needed
2019-11-27 20:50:29 +01:00
Dave Halter
e1d840c89b
Start to use Python 3.8 in the normal CI pipeline
2019-11-27 20:15:52 +01:00
Dave Halter
b8bc4060dd
3.8-dev should not be allowed to fail
2019-08-02 16:15:16 +02:00
Dave Halter
787276366e
Use the same environment in 3.8 for travis
2019-06-08 02:05:43 +02:00
Dave Halter
6e758acd16
Add Python 3.7 to travis testing
2019-06-08 01:54:08 +02:00
Dave Halter
c6173efe61
Remove sith test from travis. Never looked it it. Just run it locally
2019-06-01 18:21:40 +02:00
Dave Halter
4aa91efc2e
Get python3.4 on travis working
2019-06-01 12:18:21 +02:00
Daniel Hahler
901182bcfc
include py38-dev
2019-05-24 16:07:53 +02:00
Daniel Hahler
6a67d2dad2
pyenv-whence
2019-05-24 16:03:56 +02:00
Daniel Hahler
1411fc11ee
pyenv-system
2019-05-24 16:03:55 +02:00
Daniel Hahler
8e2e73fd81
fixup! Activate pyenv version [skip appveyor]
2019-05-24 16:03:25 +02:00
Daniel Hahler
4292129652
Activate pyenv version
2019-05-24 16:03:25 +02:00
Daniel Hahler
877705ca42
ci: Travis: dist=xenial
2019-05-24 16:03:23 +02:00
Dave Halter
881ffadb5c
Python 3.7 was not disabled in the right way for travis
2018-12-16 19:24:10 +01:00
Dave Halter
ddef626e66
Disable Python 3.7 on travis again for now
2018-12-16 19:17:46 +01:00
Dave Halter
50399935c9
Revert "Get rid of the fancy magic of preinstalling Python versions"
...
This reverts commit b561d1fc17 .
2018-12-16 19:15:53 +01:00
Dave Halter
b561d1fc17
Get rid of the fancy magic of preinstalling Python versions
2018-12-16 18:58:04 +01:00
Dave Halter
3703c43d62
Testing the nightly should use a more modern Python version
2018-12-16 18:27:47 +01:00
Dave Halter
50edd82268
Add 3.7 to to travis config
2018-12-16 18:16:50 +01:00
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