Browse Source

Only test against 2.7 / 3.6

I really don't care about 3.3/3.4/3.5
pull/61/head
andrei 8 years ago
parent
commit
ba7b13f2a5
  1. 3
      .travis.yml

3
.travis.yml

@ -4,9 +4,6 @@ cache: pip
python: python:
- '2.7' - '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6' - '3.6'
install: install:

Loading…
Cancel
Save