mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
.travis requires tests under all python versions declared by setup.py
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install: pip install tox-travis
|
||||
script: tox
|
||||
|
||||
Reference in New Issue
Block a user