Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
94b6711b
Commit
94b6711b
authored
Jun 05, 2012
by
Marc Abramowitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .travis.yml for Travis CI (
http://travis-ci.org/
)
parent
0d24bc79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
.travis.yml
.travis.yml
+11
-0
tox.ini
tox.ini
+1
-1
No files found.
.travis.yml
0 → 100644
View file @
94b6711b
language
:
python
python
:
-
2.5
-
2.6
-
2.7
# - 3.2
install
:
pip install .
script
:
CFLAGS=-O0 python runtests.py -vv
tox.ini
View file @
94b6711b
...
...
@@ -9,4 +9,4 @@ envlist = py25, py26, py27, py30, py31, py32, pypy
[testenv]
setenv
=
CFLAGS=-O0
commands
=
{envpython}
runtests.py
-vv
--cython-only
{envpython}
runtests.py
-vv
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment