Enable 3.3 in Travis (works; see 3757443
)
This commit is contained in:
parent
0dcfb234ed
commit
69a3883199
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
# - "3.3"
|
- "3.3"
|
||||||
script: nosetests test --verbose
|
script: nosetests test --verbose
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue