Let's see if I can get Travis CI working on the first try

This commit is contained in:
Daniel Quinn 2016-02-21 01:37:57 +00:00
parent 0d46643026
commit c7787bc076

10
src/.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
sudo: false
env:
- TOXENV=py34
- TOXENV=py35
- TOXENV=pep8
install:
- pip install --requirement ../requirements.txt
- pip install tox
script: tox