From a08dd924c4ec6a0d1598c36ad50d68be19a86681 Mon Sep 17 00:00:00 2001 From: enkore Date: Fri, 17 Oct 2014 13:21:27 +0200 Subject: [PATCH] Ok, this doesn't seem to be possible with Python 3.3. Great! --- .travis-requirements.txt | 4 ---- .travis.yml | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .travis-requirements.txt diff --git a/.travis-requirements.txt b/.travis-requirements.txt deleted file mode 100644 index 380ac3f..0000000 --- a/.travis-requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -pytest>=2.5 -colour>=0.0.5 -mock>=1.0 -pep8>=1.5 diff --git a/.travis.yml b/.travis.yml index e38cb7f..ebba2d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: python python: - - "3.3_with_system_site_packages" -before_install: - - "sudo apt-get install -qq python3-sphinx" + - "3.3" install: - "pip install -r dev-requirements.txt" script: