mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
.travis.yml testing
This commit is contained in:
parent
808f83a0c4
commit
5caf8dc240
1 changed files with 8 additions and 3 deletions
11
.travis.yml
11
.travis.yml
|
@ -4,8 +4,12 @@ language: python
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- "2.7"
|
||||||
- 2.7
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "3.5-dev" # 3.5 development branch
|
||||||
|
- "3.6-dev" # 3.6 development branch
|
||||||
|
- "nightly" # currently points to 3.7-dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
@ -47,4 +51,5 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- pip install ".[$EXTRA_INSTALLS]" --upgrade --no-index $PRE -f file://$PWD/$WHEELDIR $VERSIONS;
|
- pip install ".[$EXTRA_INSTALLS]" --upgrade --no-index $PRE -f file://$PWD/$WHEELDIR $VERSIONS;
|
||||||
|
|
||||||
script: true
|
script:
|
||||||
|
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 || $TRAVIS_PYTHON_VERSION == 3.5 ]]; then py.test;else pytest; fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue