summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-03-10 21:23:42 +0100
committerIlya Etingof <etingof@gmail.com>2016-03-10 21:23:42 +0100
commit58abef5c8bd4eab63739bd634d83474bc5f2e2c3 (patch)
treee34b4c33ac40a7a7b1de14a54ca5c80f4dee313a /.travis.yml
parent72bb3617a9aaea8a7ee4dcaa3da02463b4faf48f (diff)
downloadpyasn1-git-58abef5c8bd4eab63739bd634d83474bc5f2e2c3.tar.gz
try installing prior to running tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e17d00..10989bb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ python:
- "nightly"
- "pypy"
- "pypy3"
+install: python setup.py install
script: python test/suite.py
branches:
only: