Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
enable building on container-based infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Jan 12, 2015
1 parent 50ddbf4 commit f5c6d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
language: python
python:
- "2.7"
# enable building on container-based infrastructure
sudo: false
install:
- CFLAGS="-O0" pip install -e .[native]
- CFLAGS="-O0" pip install coveralls
Expand Down

0 comments on commit f5c6d05

Please sign in to comment.