Skip to content

Commit 0206b14

Browse files
committed
fix travis for py27
1 parent 4883349 commit 0206b14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ matrix:
3838
env: TOXENV=condarecipe
3939
# linux, various python and notebook versions
4040
- os: linux
41-
python: '3.4'
41+
python: '2.7'
4242
env: TOXENV=py27-notebook
4343
- os: linux
4444
python: '3.3'

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ deps =
4444
notebookmaster: https://github.com/jupyter/notebook/archive/master.zip
4545
notebook: notebook
4646
commands =
47+
python --version
4748
{posargs:coverage run --source=src -m nose -vv tests}
4849

4950
[testenv:check]

0 commit comments

Comments
 (0)