mirror of https://github.com/buildinspace/peru.git
add Python 3.5 to our Travis build
This commit is contained in:
parent
74c6d7f228
commit
8d3175d9cb
|
@ -2,6 +2,7 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
install:
|
install:
|
||||||
- pip install -r ./requirements-dev.txt
|
- pip install -r ./requirements-dev.txt
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
|
Loading…
Reference in New Issue