2013-07-03 20:46:46 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.2"
|
|
|
|
- "3.3"
|
2014-05-01 12:08:12 +00:00
|
|
|
- "3.4"
|
2013-07-03 20:46:46 +00:00
|
|
|
# command to install dependencies
|
|
|
|
install:
|
2014-04-13 18:44:24 +00:00
|
|
|
- "sudo apt-get install -y libacl1-dev"
|
2013-07-03 20:46:46 +00:00
|
|
|
- "pip install --use-mirrors Cython"
|
2013-07-03 20:52:16 +00:00
|
|
|
- "pip install -e ."
|
2013-07-03 20:46:46 +00:00
|
|
|
# command to run tests
|
2013-07-25 20:54:19 +00:00
|
|
|
script: fakeroot -u python -m attic.testsuite.run -vb
|