Remove symlinks! (#2132)

This commit is contained in:
Ethan Smith
2018-05-15 15:18:59 -04:00
committed by Jelle Zijlstra
parent 537b97ed39
commit e9600db2ec
15 changed files with 1494 additions and 8 deletions

View File

@@ -9,6 +9,8 @@ matrix:
env: TEST_CMD="./tests/mypy_selftest.py"
- python: "3.5"
env: TEST_CMD="./tests/mypy_test.py --no-implicit-optional"
- python: "3.4"
env: TEST_CMD="./tests/check_consistent.py"
- python: "2.7"
env: TEST_CMD="./tests/pytype_test.py --num-parallel=4"
sudo: true