mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-05-08 09:49:52 +00:00
Reorder environments
This commit is contained in:
parent
94b7a5f4ac
commit
6123198bbf
18
.travis.yml
18
.travis.yml
@ -1,24 +1,24 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
|
||||||
- "2.7"
|
|
||||||
- "3.4"
|
|
||||||
- "3.5"
|
|
||||||
- "3.6"
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815
|
|
||||||
- python: "3.7"
|
|
||||||
dist: xenial
|
|
||||||
- os: windows
|
- os: windows
|
||||||
language: sh
|
language: sh
|
||||||
python: 3
|
python: 3
|
||||||
# Perform the manual steps on windows to install python3 and tox
|
# Perform the manual steps on windows to install python3
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python3 --params "/InstallDir:C:\Python"
|
- choco install python3 --params "/InstallDir:C:\Python"
|
||||||
- export PATH="/c/Python:/c/Python/Scripts:$PATH"
|
- export PATH="/c/Python:/c/Python/Scripts:$PATH"
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
before_script:
|
before_script:
|
||||||
- export TOXENV=py3-win
|
- export TOXENV=py3-win
|
||||||
|
|
||||||
|
- python: "2.7"
|
||||||
|
- python: "3.4"
|
||||||
|
- python: "3.5"
|
||||||
|
- python: "3.6"
|
||||||
|
# Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815
|
||||||
|
- python: "3.7"
|
||||||
|
dist: xenial
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user