Travis Config update

This commit is contained in:
Austin Taylor
2018-01-02 02:31:25 -05:00
parent 66987810df
commit e128d8c753

View File

@ -3,10 +3,12 @@ language: python
cache: pip
python:
- 2.7
- 3.6
matrix:
allow_failures:
- python: 3.6
# - 3.6
#matrix:
# allow_failures:
# - python: 3.6 - Commenting out testing for Python 3.6 until ready
install:
- pip install -r requirements.txt
- pip install flake8 # pytest # add another testing frameworks later