Fix #223: update python versions in travis.
- remove python version unsupported by pyfakefs from testing in Travis, - add python 3.8.
This commit is contained in:
parent
246a00671e
commit
2f6e0d4e85
36
.travis.yml
36
.travis.yml
@ -3,11 +3,6 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
|
|
||||||
# Full tests (with online API)
|
# Full tests (with online API)
|
||||||
- os: linux
|
|
||||||
language: python
|
|
||||||
python: 2.7
|
|
||||||
env:
|
|
||||||
- TO_TEST=TEST_FULL
|
|
||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
python: 3.7
|
python: 3.7
|
||||||
@ -15,16 +10,6 @@ matrix:
|
|||||||
sudo: true
|
sudo: true
|
||||||
env:
|
env:
|
||||||
- TO_TEST=TEST_FULL
|
- TO_TEST=TEST_FULL
|
||||||
- os: osx
|
|
||||||
language: generic
|
|
||||||
python: 2.7
|
|
||||||
env:
|
|
||||||
- TO_TEST=TEST_FULL
|
|
||||||
# before_install:
|
|
||||||
# - python2 --version
|
|
||||||
# - pip2 install -U virtualenv
|
|
||||||
# - virtualenv env -p python2
|
|
||||||
# - source env/bin/activate
|
|
||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
python: ">=3.6"
|
python: ">=3.6"
|
||||||
@ -36,16 +21,6 @@ matrix:
|
|||||||
- source env/bin/activate
|
- source env/bin/activate
|
||||||
|
|
||||||
# Mock tests (with mock API)
|
# Mock tests (with mock API)
|
||||||
- os: linux
|
|
||||||
language: python
|
|
||||||
python: 3.3
|
|
||||||
env:
|
|
||||||
- TO_TEST=TEST_MOCK
|
|
||||||
- os: linux
|
|
||||||
language: python
|
|
||||||
python: 3.4
|
|
||||||
env:
|
|
||||||
- TO_TEST=TEST_MOCK
|
|
||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
@ -63,6 +38,13 @@ matrix:
|
|||||||
sudo: true
|
sudo: true
|
||||||
env:
|
env:
|
||||||
- TO_TEST=TEST_MOCK
|
- TO_TEST=TEST_MOCK
|
||||||
|
- os: linux
|
||||||
|
language: python
|
||||||
|
dist: xenial
|
||||||
|
python: 3.8
|
||||||
|
sudo: true
|
||||||
|
env:
|
||||||
|
- TO_TEST=TEST_MOCK
|
||||||
|
|
||||||
|
|
||||||
# Install tests
|
# Install tests
|
||||||
@ -76,7 +58,7 @@ matrix:
|
|||||||
language: python
|
language: python
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: true
|
sudo: true
|
||||||
python: 3.7
|
python: 3.8
|
||||||
env:
|
env:
|
||||||
- TO_TEST=INSTALL
|
- TO_TEST=INSTALL
|
||||||
if: type = cron
|
if: type = cron
|
||||||
@ -94,7 +76,7 @@ matrix:
|
|||||||
if: type = cron
|
if: type = cron
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: 3.3
|
- python: 2.7
|
||||||
|
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
|
@ -15,7 +15,7 @@ correct bugs, but have no short-term plans to add major features to it. Pubs doe
|
|||||||
is supposed to do: help us do science, so now we are mostly doing that.
|
is supposed to do: help us do science, so now we are mostly doing that.
|
||||||
|
|
||||||
**Notice:** pubs is relatively stable but comes with no warranty; do keep backups of your data.
|
**Notice:** pubs is relatively stable but comes with no warranty; do keep backups of your data.
|
||||||
**Notice:** pubs currently works with Python 2.7, but support will be dropped as soon as maintaining it becomes tedious.
|
**Notice:** pubs currently works with Python 2.7, but support is being dropped (tests are not run anymore).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user