summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorzax <zach.smith@makespace.com>2015-11-01 16:31:47 -0500
committerZach Smith <zach.smith@makespace.com>2015-11-07 18:46:02 -0500
commit4f82bd2d8fb796c746680c1d1e8d5f99a1cd18fd (patch)
tree2f1669353369d1decf9d4ee583f2ccc84603b9e8 /.travis.yml
parent32010829e4c1f2ca43eef7e5ba197daa8cfaad1e (diff)
downloadpycco-4f82bd2d8fb796c746680c1d1e8d5f99a1cd18fd.tar.gz
Basic Python 3 support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bfbe563..62e7c6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,12 @@
language: python
python:
- '2.7'
+ - '3.5'
install:
- 'pip install -r requirements.txt'
- 'pip install -r requirements.test.txt'
script:
- 'py.test --cov=pycco tests/'
+ - 'python -m pycco.main pycco/main.py'
after_success:
- coveralls