mirror of https://github.com/amol-/dukpy.git
remove 3.2, add 3.5
This commit is contained in:
parent
b6cbdc85bb
commit
0c7f4a794c
|
@ -2,9 +2,9 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "travis_retry pip install nose"
|
- "travis_retry pip install nose"
|
||||||
|
|
Loading…
Reference in New Issue