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 4883349 commit 0206b14Copy full SHA for 0206b14
.travis.yml
@@ -38,7 +38,7 @@ matrix:
38
env: TOXENV=condarecipe
39
# linux, various python and notebook versions
40
- os: linux
41
- python: '3.4'
+ python: '2.7'
42
env: TOXENV=py27-notebook
43
44
python: '3.3'
tox.ini
@@ -44,6 +44,7 @@ deps =
notebookmaster: https://github.com/jupyter/notebook/archive/master.zip
45
notebook: notebook
46
commands =
47
+ python --version
48
{posargs:coverage run --source=src -m nose -vv tests}
49
50
[testenv:check]
0 commit comments