Skip to content

Commit

Permalink
Merge pull request #54 from wintoncode/remove-nightly-1
Browse files Browse the repository at this point in the history
Don't build for nightly Python 3.7
  • Loading branch information
ah- committed Apr 12, 2018
2 parents 50a8d64 + 9275c48 commit 6d325d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ dist: trusty # librdkafka support begins at Trusty.
python:
- "3.6" # Advertised support
- "3.6-dev" # Check we'll keep working in future
- "nightly"
before_install:
- wget -qO - http://packages.confluent.io/deb/3.2/archive.key | sudo apt-key add - # Use the confluent repository
- sudo add-apt-repository "deb [arch=amd64] http://packages.confluent.io/deb/3.2 stable main"
Expand Down

0 comments on commit 6d325d8

Please sign in to comment.