Skip to content

Commit d4d12cc

Browse files
authored
Merge pull request #22 from lbdreyer/up_py3
Test with Python3.6 and Python3.*
2 parents 0670d9e + 3952f27 commit d4d12cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ env:
99
- CONDA_INSTALL_LOCN="${HOME}/conda"
1010
matrix:
1111
- PYTHON=2.7
12-
- PYTHON=3.5
12+
- PYTHON=3.6
13+
- PYTHON=3
1314

1415
install:
1516
- mkdir -p ${HOME}/cache/pkgs
@@ -21,8 +22,8 @@ install:
2122

2223
# Now do the things we need to do to install it.
2324
- conda create -n test_env --file requirements.txt nose python=${PYTHON} ${EXTRA_DEPS} --yes --quiet
24-
- conda list
2525
- source activate test_env
26+
- conda list
2627
- python setup.py build_ext install
2728
- mkdir not_the_source_root && cd not_the_source_root
2829

0 commit comments

Comments
 (0)