Skip to content

Commit

Permalink
Disable 3.5 for nonw. Pip broken as hell - it doesn't install sdists …
Browse files Browse the repository at this point in the history
…built on py3 and travis just can't preinstall 3.5.
  • Loading branch information
ionelmc committed Nov 5, 2015
1 parent d233c9f commit 339bc8a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
@@ -1,5 +1,5 @@
language: python
python: '3.5'
python: '2.7'
sudo: false
env:
global:
Expand All @@ -18,12 +18,8 @@ env:
- TOXENV=3.4-cover,coveralls,codecov
- TOXENV=3.4-nocov

- TOXENV=3.5-cover,coveralls,codecov
- TOXENV=3.5-nocov

- TOXENV=pypy-cover,coveralls,codecov
- TOXENV=pypy-nocov

before_install:
- |
if [[ "${TOXENV}" = "examples" ]]; then
Expand Down

0 comments on commit 339bc8a

Please sign in to comment.