Skip to content

Commit a3282c1

Browse files
author
Scott Sanderson
committed
BLD: Update travis matrix.
1 parent 3cad51b commit a3282c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
language: python
22
sudo: false
33
python:
4+
- "2.7"
45
- "3.4"
56
- "3.5"
67

78
before_script:
89
- pip install tox
910

1011
script:
12+
- if [[ $TRAVIS_PYTHON_VERSION = '2.7' ]]; then tox -e py27; fi
1113
- if [[ $TRAVIS_PYTHON_VERSION = '3.4' ]]; then tox -e py34; fi
1214
- if [[ $TRAVIS_PYTHON_VERSION = '3.5' ]]; then tox -e py35; fi

0 commit comments

Comments
 (0)