summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Myint <git@stevenmyint.com>2017-05-29 13:30:04 -0700
committerSteven Myint <git@stevenmyint.com>2017-05-29 13:30:04 -0700
commit2994a460232f1c6736c66edb67df0457092ea0a6 (patch)
tree29537bc9e67a212725409c15f0427815b3d8df4f
parent61185921fb1e94dbefe2596ccef863d0142fcbeb (diff)
downloadpyflakes-2994a460232f1c6736c66edb67df0457092ea0a6.tar.gz
Re-enable nightly in Travis CI
This relates to #90.
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1ea3e20..2d614cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,6 @@ python:
- pypy-5.3
- pypy3
- pypy3.3-5.2-alpha1
-matrix:
- allow_failures:
- - python: nightly
install:
- pip install flake8==2.1.0 pep8==1.5.6
- python setup.py install