Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #70184

Travis CI + Python 3.3 + Django 1.7b1

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 <james@brwr.org>
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 <james@brwr.org>
To Python List <python-list@python.org>
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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.9226.1397337311.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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!

-- 
*James Brewer*
*http://www.brwr.org/ <http://www.brwr.org/>*

*Software Engineer @ RealScout | What is RealScout?
<http://vimeo.com/72791570>*

*Twitter* *twitter.com/jamesbrwr <http://twitter.com/jamesbrwr>*
*GitHub* *github.com/brwr* <http://github.com/brwr>
*StackOverflow** stackoverflow.com/users/2052923/james-brewer
<http://stackoverflow.com/users/2052923/james-brewer>*
*LinkedIn* *linkedin.com/in/jamesbrwr <http://linkedin.com/in/jamesbrwr>*

→ *M**y favorite RealScout search is Modern & High-Tech Homes in Atherton
<https://kendeleon.realscout.com/categories/modern-high-tech?utf8=%E2%9C%93&loc=Atherton>*

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Travis CI + Python 3.3 + Django 1.7b1 James Brewer <james@brwr.org> - 2014-04-12 14:07 -0700

csiph-web