Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
travis: Exclude pypy3 until I have it working locally
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Oct 25, 2016
1 parent c1fbb0e commit 99bf884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -12,10 +12,11 @@ env:
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=pypy3
- TOX_ENV=docs
- TOX_ENV=flake8

#- TOX_ENV=pypy3

before_install:
- "wget -q -O - https://apt.mopidy.com/mopidy.gpg | sudo apt-key add -"
- "sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessie.list"
Expand Down

0 comments on commit 99bf884

Please sign in to comment.