summaryrefslogtreecommitdiff
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
parent72bb3617a9aaea8a7ee4dcaa3da02463b4faf48f (diff)
downloadpyasn1-git-58abef5c8bd4eab63739bd634d83474bc5f2e2c3.tar.gz
try installing prior to running tests
-rw-r--r--.travis.yml1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 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:
diff --git a/README.md b/README.md
index 7ab7ea6..0f67917 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-ASN.1 library for Python [![build-status](https://travis-ci.org/etingof/pyasn1.svg?branch=master)]
+ASN.1 library for Python ![build-status](https://travis-ci.org/etingof/pyasn1.svg?branch=master)
------------------------
This is a free and open source implementation of ASN.1 types and codecs as a Python