Browse Source

remove py3+ env from travis, until we have lib support

pull/18/merge
Rossen Georgiev 9 years ago
parent
commit
3731e60113
  1. 6
      .travis.yml

6
.travis.yml

@ -2,9 +2,9 @@ language: python
sudo: false sudo: false
python: python:
- "2.7" - "2.7"
- "3.3" # - "3.3"
- "3.4" # - "3.4"
- "3.5" # - "3.5"
install: install:
- make init - make init
- pip install coveralls - pip install coveralls

Loading…
Cancel
Save