Skip to content

Commit eb4b381

Browse files
authored
Merge pull request #2 from liamjm/travis
Create Travis-CI and TOX
2 parents 7166f4d + 022e9ee commit eb4b381

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
sudo: false
3+
python:
4+
- "2.7"
5+
- "3.4"
6+
- "3.6"
7+
install: pip install tox-travis
8+
script: tox

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tox]
2-
envlist = py27,p36
2+
envlist = py27,p34,p36
33
[testenv]
44
commands=python run_tests.py

0 commit comments

Comments
 (0)