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
python:
- 2.7_with_system_site_packages
- 2.7.11
# - 3.3
# - 3.4
# - 3.5
# - nightly
- 2.7
- 3.3
- 3.4
- 3.5
- nightly
sudo: required
# do we need sudo? should double check
@ -50,7 +49,7 @@ install:
- pip install lxml exifread pillow
- 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
fi
# Module dependencies