Skip to content

Commit

Permalink
Dropping Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pinae committed Aug 5, 2016
1 parent 837186a commit 4eb6f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
# installation of dependencies outside of the virtualenv
before_install:
- sudo add-apt-repository ppa:ubuntu-lxc/stable -y
- sudo apt-get update -qq
- sudo apt-get install -y lxc libseccomp2
- sudo apt-get install -y lxc libseccomp-dev
- sudo apt-get install -y libcap-dev
- sudo apt-get install -o Dpkg::Options::="--force-confnew" --force-yes -y mongodb
- sudo rm /var/lib/mongodb/mongod.lock
Expand Down

0 comments on commit 4eb6f57

Please sign in to comment.