Skip to content

Commit

Permalink
[CI] fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Herklos committed Jan 8, 2020
1 parent 301daea commit c77cccb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ notifications:
sudo: enabled
os: linux
language: python
python: 3.7-dev
python: 3.8-dev
cache: pip
env:
global:
Expand All @@ -18,27 +18,27 @@ install:

matrix:
include:
- name: "Linux - Python 3.7-dev - Python sources"
- name: "Linux - Python 3.8-dev - Python sources"
stage: test
os: linux
python: 3.7-dev
python: 3.8-dev
language: python
script:
- pytest --cov=. --cov-config=.coveragerc --durations=0 -rw tests
after_success:
- if [ $TRAVIS_PULL_REQUEST == "false" ]; then coveralls; fi

- name: "Linux - Python 3.7-dev - Installed"
- name: "Linux - Python 3.8-dev - Installed"
stage: test
os: linux
python: 3.7-dev
python: 3.8-dev
language: python
script:
- python3 setup.py install
- rm -rf $PACKAGE_FOLDER
- pytest tests

- name: "Linux - Python 3.7-dev - Deploy"
- name: "Linux - Python 3 - Deploy"
stage: deploy
script:
- ls
Expand Down

0 comments on commit c77cccb

Please sign in to comment.