for travis
This commit is contained in:
parent
b739004102
commit
f8bbfed9f4
2 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
# - "3.2"
|
||||||
- "3.3"
|
# - "3.3"
|
||||||
- "3.4"
|
# - "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
# - "3.5-dev" # 3.5 development branch
|
# - "3.5-dev" # 3.5 development branch
|
||||||
# - "3.6-dev" # 3.6 development branch
|
# - "3.6-dev" # 3.6 development branch
|
||||||
# - "nightly" # currently points to 3.7-dev
|
# - "nightly" # currently points to 3.7-dev
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
#install: "pip install -r requirements.txt"
|
install: "pip install -r test/requirements.txt"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- cd test
|
- cd test
|
||||||
|
|
1
test/reuirements.txt
Normal file
1
test/reuirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pytest
|
Loading…
Reference in a new issue