Browse Source

travis: stop testing nightly python

The only breaks would be in dependencies, and not this package.
So it will only create build noise
pull/129/head
Rossen Georgiev 8 years ago
parent
commit
5a536b4b80
  1. 1
      .travis.yml

1
.travis.yml

@ -7,7 +7,6 @@ python:
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
- "nightly"
install: install:
- make init - make init
- pip install coveralls - pip install coveralls

Loading…
Cancel
Save