Skip to content

Commit

Permalink
Update test config, drop Python 2.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli committed Dec 4, 2017
1 parent 99ba42d commit 8bc277d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,11 +1,9 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
env:
- OPBEAT_DISABLE_SEND=true
- DJANGO_SETTINGS_MODULE=config.settings.test
- OPBEAT_DISABLE_SEND=true DJANGO_SETTINGS_MODULE=config.settings.test
install:
- pip install wheel
- pip install -r requirements.txt
Expand Down

0 comments on commit 8bc277d

Please sign in to comment.