• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pretix / pretix / 1332
50%

Build:
DEFAULT BRANCH: master
Ran 19 Dec 2016 08:09AM UTC
Jobs 1
Files 171
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1332

push

travis-ci

raphaelm
Improved documentation by adding some requirements that where needed to install from a clean Debian 8.6 installation. (#365)

Before the ```$ pip3 install -r requirements.txt -r requirements/dev.txt``` installation step would succeed I needed to add the following dependencies:
```$ sudo aptitude install libxml2-dev```
```$ sudo aptitude install libxslt1-dev```
The Error without the dependencies ended with:
```
    In file included from src/lxml/lxml.etree.c:515:0:
    src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory
     #include "libxml/xmlversion.h"
                                   ^
    compilation terminated.
    Compile failed: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    creating tmp
    cc -I/usr/include/libxml2 -c /tmp/xmlXPathInitm_7rr3ky.c -o tmp/xmlXPathInitm_7rr3ky.o
    /tmp/xmlXPathInitm_7rr3ky.c:1:26: fatal error: libxml/xpath.h: No such file or directory
     #include "libxml/xpath.h"
                              ^
    compilation terminated.
    *********************************************************************************
    Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
    *********************************************************************************
    error: command 'x86_64-linux-gnu-gcc' failed with exit status
```

In the "make localcompile" step I had to do
```$ sudo aptitude install gettext```
before it would succeed.

There was a reference to a demo event ("/mrmcd/2015/") it should probably be /bigevents/2017/ .

7992 of 9690 relevant lines covered (82.48%)

0.82 hits per line

Jobs
ID Job ID Ran Files Coverage
3 1332.3 (JOB=tests-cov) 19 Dec 2016 08:09AM UTC 0
82.48
Travis Job 1332.3
Source Files on build 1332
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1332
  • cfda7721 on github
  • Prev Build on master (#1329)
  • Next Build on master (#1333)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc