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.
2 parents 0670d9e + 3952f27 commit d4d12ccCopy full SHA for d4d12cc
.travis.yml
@@ -9,7 +9,8 @@ env:
9
- CONDA_INSTALL_LOCN="${HOME}/conda"
10
matrix:
11
- PYTHON=2.7
12
- - PYTHON=3.5
+ - PYTHON=3.6
13
+ - PYTHON=3
14
15
install:
16
- mkdir -p ${HOME}/cache/pkgs
@@ -21,8 +22,8 @@ install:
21
22
23
# Now do the things we need to do to install it.
24
- conda create -n test_env --file requirements.txt nose python=${PYTHON} ${EXTRA_DEPS} --yes --quiet
- - conda list
25
- source activate test_env
26
+ - conda list
27
- python setup.py build_ext install
28
- mkdir not_the_source_root && cd not_the_source_root
29
0 commit comments