Browse Source

Removed env vars from travis config

Rafał Pitoń 7 years ago
parent
commit
8b05c83bee
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .travis.yml

+ 0 - 3
.travis.yml

@@ -2,9 +2,6 @@ dist: trusty
 sudo: required
 addons:
   postgresql: "9.4"
-env:
-  - PYTHONWARNINGS=error
-  - PYTHONDONTWRITEBYTECODE=1
 language: python
 python:
   - "2.7"