mirror of https://github.com/scrapy/scrapy.git
Travis: run tox with Python 3.5 + add Python 3.5 tests
This commit is contained in:
parent
a93d49a64c
commit
85b0e6c9c7
|
|
@ -1,5 +1,5 @@
|
|||
language: python
|
||||
python: 2.7
|
||||
python: 3.5
|
||||
sudo: false
|
||||
branches:
|
||||
only:
|
||||
|
|
@ -9,7 +9,7 @@ env:
|
|||
- TOXENV=py27
|
||||
- TOXENV=precise
|
||||
- TOXENV=py33
|
||||
- TOXENV=py34
|
||||
- TOXENV=py35
|
||||
- TOXENV=docs
|
||||
install:
|
||||
- pip install -U tox twine wheel codecov
|
||||
|
|
|
|||
Loading…
Reference in New Issue