mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-09 14:38:42 +02:00
change to open() with 'rb' to get bytes in python3
With this change you get bytes with python3 and string in python2 disable travis tests for python 3.x until the full python3 branch is merged. Otherwise the tests will fail and master isn't python3 ready anyways
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
language: python
|
||||
python:
|
||||
- '2.7'
|
||||
- '3.3'
|
||||
- '3.4'
|
||||
- 3.5-dev
|
||||
#- '3.3'
|
||||
#- '3.4'
|
||||
#- 3.5-dev
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
Reference in New Issue
Block a user