Skip to content

Commit 1b2fe21

Browse files
committed
update travis.yml file
1 parent da6fa26 commit 1b2fe21

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: python
22
python:
33
- "2.7"
4-
# - "3.2"
5-
# - "3.3"
4+
- "3.2"
65

76
# command to install dependencies
8-
install: "pip install -r requirements.txt --use-mirrors"
7+
install: pip install -r requirements_python`python version.py`.txt --use-mirrors
98

109
# command to run tests
1110
script: nosetests && sphinx-build -nW -b html -d docs/_build/doctrees docs docs/_build/html

version.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import sys
2+
3+
print(sys.version_info.major)

0 commit comments

Comments
 (0)