We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cad51b commit a3282c1Copy full SHA for a3282c1
.travis.yml
@@ -1,12 +1,14 @@
1
language: python
2
sudo: false
3
python:
4
+ - "2.7"
5
- "3.4"
6
- "3.5"
7
8
before_script:
9
- pip install tox
10
11
script:
12
+ - if [[ $TRAVIS_PYTHON_VERSION = '2.7' ]]; then tox -e py27; fi
13
- if [[ $TRAVIS_PYTHON_VERSION = '3.4' ]]; then tox -e py34; fi
14
- if [[ $TRAVIS_PYTHON_VERSION = '3.5' ]]; then tox -e py35; fi
0 commit comments