Travis Config update
This commit is contained in:
10
.travis.yml
10
.travis.yml
@ -3,10 +3,12 @@ language: python
|
|||||||
cache: pip
|
cache: pip
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.6
|
|
||||||
matrix:
|
# - 3.6
|
||||||
allow_failures:
|
#matrix:
|
||||||
- python: 3.6
|
# allow_failures:
|
||||||
|
# - python: 3.6 - Commenting out testing for Python 3.6 until ready
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install flake8 # pytest # add another testing frameworks later
|
- pip install flake8 # pytest # add another testing frameworks later
|
||||||
|
Reference in New Issue
Block a user