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

Date 2014-04-12 14:07 -0700
Subject Travis CI + Python 3.3 + Django 1.7b1
From James Brewer <james@brwr.org>
Newsgroups comp.lang.python
Message-ID <mailman.9226.1397337311.18130.python-list@python.org> (permalink)

Show all headers | 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