Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Django': 0.03; 'syntax': 0.04; 'subject:Python': 0.06; 'subject: + ': 0.07; 'run,': 0.09; 'url:archive': 0.09; 'url:github': 0.09; 'python': 0.11; 'django': 0.11; 'project,': 0.12; 'called.': 0.16; 'from:addr:james': 0.16; 'high-tech': 0.16; 'referencing': 0.16; 'skip:g 80': 0.16; 'subject:3.3': 0.16; 'to:name:python list': 0.16; 'url:%9c': 0.16; 'url:categories': 0.16; 'trying': 0.19; '8bit%:5': 0.22; 'command': 0.22; 'install': 0.23; '2.x': 0.24; 'skip:l 30': 0.24; 'url:utf8': 0.24; "i've": 0.25; 'gets': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'project:': 0.31; 'file': 0.32; 'run': 0.32; 'running': 0.33; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:jobs': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'to:addr :python-list': 0.38; 'issue': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; '8bit%:6': 0.40; 'how': 0.40; 'solve': 0.60; 'skip:t 30': 0.61; 'skip:* 10': 0.61; 'here': 0.66; 'url:%1': 0.72; '*twitter*': 0.84; 'url:loc': 0.84; 'url:log': 0.84; 'url:master': 0.84; '<>*': 0.95 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=YOFmQUiC2g0ZxpY+EO/nAeuvcOer4O9aMeDoq93pcaY=; b=L38oGbrJ3lTVpk3btBPM+hU+kQiW1eCpRFT0ayOd6sCG6eY0KnFcyfz6hDbqNyHtIi QoXSGc8ZxrPmGXA7Tk+wFZpzglIzR9tgcP9weH09a4xTTPWPAnQ4dtDWmXmkf5zDKY2q 0OD3xJJsVPtm5M7mmHzm8/Gd9+Ho1OLXU+lLkPQ7sdDz2M8XVznL4AxSLF5Gr1eRoeYo zGZH3IxFYiyfzEdz9nJR/3uui33Yo3Cnl++inUH1SATdyxdyZ/x3792vTOa0j6dEgBJk t/5qGP+FpjqOeE0L6aiZtOCCHmPZnJNMk9sUUQ8QFkNO/dAw4kxAAxkYFtdtSOPfuh30 7Teg== X-Gm-Message-State: ALoCoQkO00QJuUpLNyv7ncV84p0bKOEaAZgqfHOHOAFBXKoUOl8p3aY3hNR5VfjbiMR56WlQttos MIME-Version: 1.0 X-Received: by 10.112.131.65 with SMTP id ok1mr290186lbb.51.1397336873854; Sat, 12 Apr 2014 14:07:53 -0700 (PDT) Date: Sat, 12 Apr 2014 14:07:53 -0700 Subject: Travis CI + Python 3.3 + Django 1.7b1 From: James Brewer To: Python List Content-Type: multipart/alternative; boundary=047d7b3439e4fff33304f6ded712 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 89 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1397337311 news.xs4all.nl 2895 [2001:888:2000:d::a6]:35161 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:70184 --047d7b3439e4fff33304f6ded712 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I've been trying to get a build running for my Python 3.3 + Django 1.7b1 project, but I've run into an issue and I'm not sure how to solve it. When the command `pip install -r requirements.txt` gets run, the build errs with a message referencing some Python 2.x syntax when `import ez_setup` is called. Here is the log from the build: https://s3.amazonaws.com/archive.travis-ci.org/jobs/22824057/log.txt Here is the .travis.yml file associated with the project: https://github.com/WargamesIO/wargames/blob/master/.travis.yml Any ideas? :) Happy Saturday! --=20 *James Brewer* *http://www.brwr.org/ * *Software Engineer @ RealScout | What is RealScout? * *Twitter* *twitter.com/jamesbrwr * *GitHub* *github.com/brwr* *StackOverflow** stackoverflow.com/users/2052923/james-brewer * *LinkedIn* *linkedin.com/in/jamesbrwr * =E2=86=92 *M**y favorite RealScout search is Modern & High-Tech Homes in At= herton * --047d7b3439e4fff33304f6ded712 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I've bee= n trying to get a build running for my Python 3.3 + Django 1.7b1 project, b= ut I've run into an issue and I'm not sure how to solve it.

When the command `pip = install -r requirements.txt` gets run, the build errs with a message refere= ncing some Python 2.x syntax when `import ez_setup` is called.


Here is the .travis.yml file associated with the projec= t:=C2=A0https://github.com/WargamesIO/wargames/blob/maste= r/.travis.yml

Any ideas? :)

Happy Saturday!<= /div>

--
--047d7b3439e4fff33304f6ded712--