Add a build system

This commit is contained in:
nemunaire 2015-10-16 07:10:20 +02:00
commit ffc8fe40c3
3 changed files with 91 additions and 0 deletions

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: python
python:
- 3.3
- 3.4
- 3.5
- nightly
install: pip install -r requirements.txt
script: pip install .
sudo: false