2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 07:02:15 +00:00

Add CI support.

This commit is contained in:
Stefan Seefeld
2016-06-17 17:24:36 -04:00
parent 57cd933240
commit 400f3db73a

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: cpp
compiler:
- gcc
before_install:
- sudo apt-get install -y python-dev
- sudo apt-get install -y libboost-all-dev
script: scons config && scons && scons test