mirror of https://github.com/mahmoud/boltons.git
Improved the build matrix.
This commit is contained in:
parent
8fe023c585
commit
9595c7159e
|
@ -1,8 +1,11 @@
|
|||
language: python
|
||||
sudo: false
|
||||
cache: pip
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "pypy"
|
||||
|
||||
install: "pip install -r requirements-test.txt"
|
||||
|
|
Loading…
Reference in New Issue