Update .travis.yml

This commit is contained in:
Roman 2015-03-17 16:21:45 +02:00
parent 70736f8e86
commit 15bb1fd6c3
1 changed files with 3 additions and 3 deletions

View File

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