Removed 2.7_with_site_packages from python versions

pull/7/head
Dan Puttick 2016-12-13 12:36:18 -05:00
parent 4f851435e5
commit 18373e5292
1 changed files with 6 additions and 7 deletions

View File

@ -1,12 +1,11 @@
language: python language: python
python: python:
- 2.7_with_system_site_packages - 2.7
- 2.7.11 - 3.3
# - 3.3 - 3.4
# - 3.4 - 3.5
# - 3.5 - nightly
# - nightly
sudo: required sudo: required
# do we need sudo? should double check # do we need sudo? should double check
@ -50,7 +49,7 @@ install:
- pip install lxml exifread pillow - pip install lxml exifread pillow
- pip install git+https://github.com/Rafiot/officedissector.git - pip install git+https://github.com/Rafiot/officedissector.git
- | - |
if [[ "$TRAVIS_PYTHON_VERSION" == 2* ]]; then if [[ "$TRAVIS_PYTHON_VERSION" == 2* ]]; then
pip install -U oletools olefile pip install -U oletools olefile
fi fi
# Module dependencies # Module dependencies