Update .travis.yml

This commit is contained in:
Roman 2015-03-17 16:21:45 +02:00
parent 70736f8e86
commit 15bb1fd6c3

View File

@ -1,8 +1,8 @@
language: python language: python
python:
- "2.7"
install: install:
- "pip install ." - "pip install ."
- "pip install -r requirements-tests.txt" - "pip install -r requirements-tests.txt"
script: script:
- "unit2 discover" - tox
env:
- TOXENV=py27