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
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# - "3.3"
# - "3.4"
# - "3.5"
install:
- make init
- pip install coveralls

Loading…
Cancel
Save