mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-06 11:37:39 +08:00
Added python 3.3 to test-suite Removed unused import Removed unused import Migrated to EAFP for attribute checking Bumped version of ModulePickling for migration to hashlib Added py33 environment to tox Fixed issue with package importing on python 3.3
12 lines
198 B
YAML
12 lines
198 B
YAML
language: python
|
|
env:
|
|
- TOXENV=py25 PIP_INSECURE=t
|
|
- TOXENV=py26
|
|
- TOXENV=py27
|
|
- TOXENV=py32
|
|
- TOXENV=py33
|
|
install:
|
|
- pip install --quiet --use-mirrors tox
|
|
script:
|
|
- tox
|