Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #70184 > unrolled thread
| Started by | James Brewer <james@brwr.org> |
|---|---|
| First post | 2014-04-12 14:07 -0700 |
| Last post | 2014-04-12 14:07 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Travis CI + Python 3.3 + Django 1.7b1 James Brewer <james@brwr.org> - 2014-04-12 14:07 -0700
| From | James Brewer <james@brwr.org> |
|---|---|
| Date | 2014-04-12 14:07 -0700 |
| Subject | Travis CI + Python 3.3 + Django 1.7b1 |
| Message-ID | <mailman.9226.1397337311.18130.python-list@python.org> |
[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 top | Article view | comp.lang.python
csiph-web