Skip to content

Commit

Permalink
Updated travis to also test python 3.6...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Gomez-Dans committed Jan 16, 2018
1 parent c898858 commit c8999b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.6"
install:
- sudo apt-get update
- echo $TRAVIS_PYTHON_VERSION
Expand All @@ -18,7 +19,9 @@ install:
- conda create -q -n test python=$TRAVIS_PYTHON_VERSION numpy numba scipy pytest pytest-cov coverage sphinx nose
- source activate test
- pip install -U codecov
- pip install -U backports.functools_lru_cache
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
pip install -U backports.functools_lru_cache
fi
- python setup.py install

script:
Expand Down

0 comments on commit c8999b3

Please sign in to comment.